-
Is there a way to mask the first 5 characters as shown in the placeholder? How to use the pattern parameter to display the phone number with dashes? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, we do not have any functionality for that. Possible solution might be to subclass this component in a component of your own (see https://chrissainty.com/building-custom-input-components-for-blazor-using-inputbase/ for some more information)
|
Beta Was this translation helpful? Give feedback.
No, we do not have any functionality for that. Possible solution might be to subclass this component in a component of your own (see https://chrissainty.com/building-custom-input-components-for-blazor-using-inputbase/ for some more information)