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 c0acf76 commit 34ee167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ const FormStep = ({

{
(!isLoadingSomething && configuration) ? (
<form onSubmit={onReactSubmit}>
<form onSubmit={onReactSubmit} noValidate>
<Form
ref={formRef}
form={configuration}
Expand Down

0 comments on commit 34ee167

Please sign in to comment.