Support for basic text-controls in datepicker #1306
OlaAlsaker
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, it seems like the
Datepicker
-input uses a mask with Enum Tokens, like in this example:https://formkit.com/inputs/mask#enum-tokens
This will for some people (especially powerusers) feel unnatural.
I would like to request suppport for basic text-controls in the datepicker-field. For instance the ability to do
CMD + A
to select all the parts, and thenBackspace
to clear them.Basically, I would want it to work like the basic Mask example:
https://formkit.com/inputs/mask#basic-example
Beta Was this translation helpful? Give feedback.
All reactions