The component should support pasting a valid date string into the input. Currently, this functionality is not supported.
It is a must-have feature.
I usually keep my birth date in the clipboard. So every time a website ask for it, during registration, I just paste it there.
A partial copy/paste support was added in @progress/[email protected].
The pasted value should result to a valid date, which can be parsed by the component. In all other cases, the pasted value will be ignored.
Most helpful comment
It is a must-have feature.
I usually keep my birth date in the clipboard. So every time a website ask for it, during registration, I just paste it there.