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
Revealing mask only shows static and placeholder characters contained within the current value
Example:
Given an input with a mask of '111-1111 x 111', a value of '47', and isRevealingMask set to true, then the input's value is '47'
Given the same input but with a value of '476', then the input's value is formatted as '476-'
Given the same input but with a value of '47 3191', then the input's value is formatted as '47_-3191 x '
0 commit comments