Property ValidateOnInput
ValidateOnInput
When true, validates with the regex pattern on each input, preventing the input if it's not valid.
public bool ValidateOnInput { get; set; }
When true, validates with the regex pattern on each input, preventing the input if it's not valid.
public bool ValidateOnInput { get; set; }