Disable default this field is required behaviour... #8263
Answered
by
Moshyfawn
WingsDevelopment
asked this question in
General
-
Beta Was this translation helpful? Give feedback.
Answered by
Moshyfawn
Apr 28, 2022
Replies: 3 comments 5 replies
-
Can you provide a simple codesandbox with the reproduction? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Here is a codesandbox: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, it's the default behavior for RB, I believe. You can disable the native HTML form validation by providing the |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
WingsDevelopment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, it's the default behavior for RB, I believe.
You can disable the native HTML form validation by providing the
noValidate
attribute to your<Form />
component