Skip to content

Commit

Permalink
Merge pull request #554 from open-formulieren/feature/3385-email-error
Browse files Browse the repository at this point in the history
✨ [#3385] disabled browser validation on form
  • Loading branch information
sergei-maertens authored Sep 25, 2023
2 parents ed50f27 + 3802cd3 commit d31b3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormStep/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ const FormStep = ({
headingType="subtitle"
modifiers={['padded']}
/>
<form onSubmit={onReactSubmit}>
<form onSubmit={onReactSubmit} noValidate>
<Form
ref={formRef}
form={configuration}
Expand Down

0 comments on commit d31b3b4

Please sign in to comment.