You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that the Value of the InputMask always has _ as part of the mask value. So the final Value will always have 11 characters which can be considered a valid value.
Can you try setting the AutoUnmask="true" so that the _ are stripped away?
Blazorise Version
1.3.2
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction, or a simple code snippet
I might be doing this wrong but I have this code
with
but only the Required part is validated but not the MinimumLength one
and what happens is that this value gets safed 3_____-____
Steps to reproduce
see above
What is expected?
The validation should kick off and not allow the mask value to be bound.
What is actually happening?
Only one value is enough to get past the validation and bind to the inputmask...
What browsers are you seeing the problem on?
Microsoft Edge
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: