You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: