Arrow and enter keys not working after adding datetimepicker #2378
-
When I add datetimepicker to a input field, i cannot use the arrow and enter keys anymore, it seems like the datetimepicker is overwriting them. But navigating in the input field with the keyboard is very important to me. I see this site https://kwheute.de/kalenderwochen-rechner (when clicking on the calendar button on the "Datum" field) managed to fix this somehow. But i have no clue to fix this by myself. Can someone tell me how to maintain the functionality of the arrow and enter keys? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The picker comes with some key bindings for power users. If you don't want that, try setting |
Beta Was this translation helpful? Give feedback.
The picker comes with some key bindings for power users. If you don't want that, try setting
keybinds: null
in the options. v6 will be opt in for key bindings when that's done.