We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7facbf0 commit ee91c1fCopy full SHA for ee91c1f
frontend/src/libs/components/form/form.tsx
@@ -78,7 +78,7 @@ const Form = <T extends FieldValues = FieldValues>({
78
};
79
80
return (
81
- <form onSubmit={handleFormSubmit} className={styles.form}>
+ <form onSubmit={handleFormSubmit} className={styles.form} noValidate>
82
{createInputs()}
83
<Button type="submit" label={btnLabel ?? 'Submit'} isFullWidth />
84
</form>
0 commit comments