Blazor Input Mask - Default Functionalities
This example demonstrates the default functionalities of the MaskedTextBox component. Enter a numeric value for the "Mobile number" textbox, then press tab key and enter a "Country ISO code" in alphabetic format. Next, type the "Date of birth" in numeric format, and finally enter the "Product key" in alphanumeric format.
The MaskedTextBox is a textbox extended component that allows users to enter only valid input based on the provided mask. It is used to obtain input with specific formats such as phone number, date, time, IP, social security number, and more.
MaskedTextBox supports a list of mask elements based on the standard MSDN mask elements.
See also