Skip to content

Commit c40febf

Browse files
committed
fixz form
1 parent 7106752 commit c40febf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Info/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default ({ onSubmit, city }) => {
4646
required
4747
id="name"
4848
type="text"
49-
pattern="[a-zA-Z0-9]+"
49+
minLength="2"
5050
value={name}
5151
onChange={e => setName(e.target.value)}
5252
/>

0 commit comments

Comments
 (0)