nazar-pc / PickMeUp

Really simple, powerful, customizable and lightweight standalone datepicker
BSD Zero Clause License
615 stars 191 forks source link

Datepicker is not showing up on focus #161

Open astralspark opened 7 years ago

astralspark commented 7 years ago

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 commented 7 years ago

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

astralspark commented 7 years ago

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

nazar-pc commented 7 years ago

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.