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
I have been using the controls in simple forms, but masking is still a desire. Specifically for email and phone. You have the Currency Input and Number Input which are nice. But they would be much more helpful if they included masking abilities.
For TextInput adding a parameter like MaskFormat="(999) 999 - 9999" for phone or MaskFormat="999-99-9999" for SSN
or even having built in masks for things like: Mask="InputMask.Phone" or Mask="InputMask.Email"
And for NumberInput adding a parameter to show commas. like ShowComma="true"
Is this a possibility? Is there a recommended approach to masking?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have been using the controls in simple forms, but masking is still a desire. Specifically for email and phone. You have the Currency Input and Number Input which are nice. But they would be much more helpful if they included masking abilities.
For TextInput adding a parameter like
MaskFormat="(999) 999 - 9999"
for phone orMaskFormat="999-99-9999"
for SSNor even having built in masks for things like:
Mask="InputMask.Phone"
orMask="InputMask.Email"
And for NumberInput adding a parameter to show commas. like
ShowComma="true"
Is this a possibility? Is there a recommended approach to masking?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions