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
At the moment it looks like we just can have a single placeHolderCharacter. So, if we have a date mask 00/00/0000 and showMaskTyped is enabled we currently see __ / __ /____ => 12 / __ /____ as the visible mask while the user is adding input.
Describe the solution you'd like
I'd like to be able to show dd/mm/yyyy => 12/mm/yyyy as the visible mask while the user is typing the date so that the user has a better experience.
The text was updated successfully, but these errors were encountered:
🚀 feature request
Description
At the moment it looks like we just can have a single placeHolderCharacter. So, if we have a date mask 00/00/0000 and showMaskTyped is enabled we currently see __ / __ /____ => 12 / __ /____ as the visible mask while the user is adding input.
Describe the solution you'd like
I'd like to be able to show dd/mm/yyyy => 12/mm/yyyy as the visible mask while the user is typing the date so that the user has a better experience.
The text was updated successfully, but these errors were encountered: