Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Commit ecc9b5e

Browse files
zepatrikagustin107
andauthored
Remove name prop
Co-Authored-By: Agustin N. R. Ramirez <agustin107@users.noreply.github.com>
1 parent 173e91c commit ecc9b5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/EmailWidget/EmailWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const EmailWidget = ({
4141
autoFocus={autofocus}
4242
required={required}
4343
disabled={disabled || readonly}
44-
name={name}
4544
type="email"
4645
value={value ? value : ''}
4746
onChange={_onChange}

0 commit comments

Comments
 (0)