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
It seems that reacting to key events does not work like in V4 ("removed keybindings - this might come back later" in the changelog). How can I close the datepicker on ESC?
Thanks!
The text was updated successfully, but these errors were encountered:
The keybindings were always messy. I'm hoping to reintroduce that option as a plugin or something like that so people could opt-in to the feature.
For now, I'd suggest listen to that key press globally and calling .hide() on the picker. I realize that might be less then ideal but that's all I have for you at this moment.
It seems that reacting to key events does not work like in V4 ("removed keybindings - this might come back later" in the changelog). How can I close the datepicker on ESC?
Thanks!
The text was updated successfully, but these errors were encountered: