Last Updated:
10 Jun 2024 16:48
by Martin Ivanov
MaskedInput: Setting the attached MaskedInputExtensions.RestrictInvalidText property to True doesn't restrict the text if you start typing with an invalid character
The MaskedInputExtensions.RestrictInvalidText should allow you to disable entering invalid values. However, if the value is empty and you start typing an invalid character, the text is updated disregarding the RestrictInvalidText setting.