Skip to content

Commit

Permalink
✨ [#3385] disabled browser validation on form
Browse files Browse the repository at this point in the history
Backport-of: #554
  • Loading branch information
bart-maykin authored and sergei-maertens committed Sep 25, 2023
1 parent 77ca649 commit df5eea5
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 df5eea5

Please sign in to comment.