Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Datepicker is not showing up on focus #161

Open
astralspark opened this issue Jan 31, 2017 · 3 comments
Open

Datepicker is not showing up on focus #161

astralspark opened this issue Jan 31, 2017 · 3 comments

Comments

@astralspark
Copy link

astralspark commented Jan 31, 2017

When I trigger focus event on input, then datepicker doesn't shows up. Click event does the job, but I think it should be focus at least on input elements.

@nazar-pc
Copy link
Owner

nazar-pc commented Feb 1, 2017

Would you be so kind to provide a demo?
https://github.com/nazar-pc/PickMeUp#contribution

@astralspark
Copy link
Author

astralspark commented Feb 1, 2017

Of course: https://jsfiddle.net/qx152r6r/85/
jQuery library included in this example.

@nazar-pc
Copy link
Owner

nazar-pc commented Feb 9, 2017

Ideally yes, it should be focus/blur events, but since on focus we're showing popup, when we click there, blur event will be fired, which would result in popup being closed.
I'll mark this as potential enhancement, PR is welcomed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants