Blazor EditForm with 'novalidate' no longer completely suppresses builtin browser validation in v5 RC4 #4986
Unanswered
brduncan-shoprite
asked this question in
Q&A
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.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
All reactions