Skip to content

Commit 27bcc75

Browse files
authored
remove testing usage novalidate attribute
1 parent 911e6c0 commit 27bcc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FormValidation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const FormValidation = () => {
5858

5959
return (
6060
<>
61-
<form onSubmit={handleSubmit} ref={formRef} noValidate>
61+
<form onSubmit={handleSubmit} ref={formRef}>
6262
<div className='field'>
6363
<label className='label'>Email</label>
6464
<div className='control'>

0 commit comments

Comments
 (0)