jpoumailloux / jquery.ui.monthpicker

Monthpicker, the missing JQuery UI widget.
36 stars 32 forks source link

TABbing + ui.monthpicker - doesn't disappear #6

Open albertpak opened 11 years ago

albertpak commented 11 years ago

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?

albertpak commented 11 years ago

Anyone else come across this issue?

zorab47 commented 11 years ago

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

zorab47 commented 10 years ago

FYI, this is now fixed in my fork of the project.