Blazor EditForm with 'novalidate' no longer completely suppresses builtin browser validation in v5 RC4 #4986
Answered
by
vnbaaij
brduncan-shoprite
asked this question in
Q&A
|
This is something I ran into whilte evaluating the recently released RC4. Perhaps a bug or perhaps an oversight on my end. A FluentTextInput with Required="true" will trigger a browser validation popup when the field is cleared and the value is committed using enter or tabbing away. This can be demonstrated on the Form example on the v5 demo site by typing a value into Identifier, tabbing away, tabbing back, clearing the field, then tabbing away again.
"novalidate" still suppresses browser validation from a form submit action, it only the field level validation seems to be affected. |
Answered by
vnbaaij
Jul 2, 2026
Replies: 1 comment 6 replies
|
That is native browser validation which gets triggered by the :user-invalid state. I don't think there is anything we can do about that. |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Okay, I was able to make it opt-in.
See #4989