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
In particular with the custom date formatting it would be useful to provide some hooks or something to work with an input masking library. This one might work as they have an example with momentjs and that shouldn't be difficult to replicate for use in the picker.
Likely the plugin would provide maskOptions property bag and in particular the format/parse methods
Motivation and context
Without masking, users can provide whatever they want. A mask library integration might be helpful.
The text was updated successfully, but these errors were encountered:
I'm using this input mask (this is very flexible with regex and the ability to set mask based on condition)
vanilla JS or jQuery version https://github.com/RobinHerbots/Inputmask
Prerequisites
Proposal
In particular with the custom date formatting it would be useful to provide some hooks or something to work with an input masking library. This one might work as they have an example with momentjs and that shouldn't be difficult to replicate for use in the picker.
Likely the plugin would provide
maskOptions
property bag and in particular the format/parse methodsMotivation and context
Without masking, users can provide whatever they want. A mask library integration might be helpful.
The text was updated successfully, but these errors were encountered: