Skip to content

Commit

Permalink
fix: Add name prop to TextField
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Jul 2, 2024
1 parent fb786aa commit 64f2bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/form/fields.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export function TextField({
<input
type="text"
id={id}
name={id}
value={value}
pattern={pattern}
onChange={onChange}
Expand Down

0 comments on commit 64f2bc1

Please sign in to comment.