Blazor EditForm with 'novalidate' no longer completely suppresses builtin browser validation in v5 RC4 #4986
-
|
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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.

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