Closed
Description
People in my country are used to write date in this format: DD. mm. YYYY
However when I fill days with single digit (eg. 5th November) I have to press right arrow to jump to the month part.
It would be great if I could press a .
(or -
, /
for other locales) to jump to the month part.
I would like to create PR but want to discuss this feature first. These are possible solutions coming to my mind:
- check for keypresses for all separators regardless user's locale. Means to listen on all keycodes like 190, 189 etc
- somehow detect separator in the pattern and listen only for that keypress
- listen for keypress based on user's locale
Personally I think the easiest and sufficient solution is the 1.
What do you think?
Metadata
Metadata
Assignees
Labels
No labels