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
When user tabs over to the field, on focus, monthpicker comes out, but if user manually enters date, then monthpicker plugin doesn't disappeas on blur/unfocus...what could be possible solution?
The text was updated successfully, but these errors were encountered:
It appears the Monthpicker widget doesn't handle keyboard events. jQuery's Datepicker handles the tab event and hides the widget. I'll be implementing the key events from Datepicker on my project fork soon. https://github.com/zorab47/jquery.ui.monthpicker
When user tabs over to the field, on focus, monthpicker comes out, but if user manually enters date, then monthpicker plugin doesn't disappeas on blur/unfocus...what could be possible solution?
The text was updated successfully, but these errors were encountered: