Supports common mask types: phone, date, time, IP, currency, email
Allows custom mask pattern strings
If MaskType is provided (and not "custom"), the component uses the predefined mask pattern for that type. If MaskType is "custom", the user must provide a custom MaskPattern.
MaskType
"custom"
MaskPattern
The component triggers the OnInputChanged event with the masked value whenever the user blurs (loses focus on) the input widget.
OnInputChanged