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
Browser validation is not triggered when we have mask directive set on an input.
I created an example with one input with mask set, one with mask empty, one input with mask directive without value and one without mask. All contain the classic minlength validation.
It can be seen that if we write 2 characters in the input and press submit, only the simple input contains the error popup from the browser.
🐞 bug report
Is this a regression?
No
Description
Browser validation is not triggered when we have mask directive set on an input.
I created an example with one input with mask set, one with mask empty, one input with mask directive without value and one without mask. All contain the classic minlength validation.
It can be seen that if we write 2 characters in the input and press submit, only the simple input contains the error popup from the browser.
🔬 Minimal Reproduction
https://stackblitz.com/edit/cbohpi-ye2vvv?file=src%2Fexample%2Fbutton-overview-example.html
🌍 Your Environment
The text was updated successfully, but these errors were encountered: