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

Commit

Permalink
Remove name prop
Browse files Browse the repository at this point in the history
Co-Authored-By: Agustin N. R. Ramirez <[email protected]>
  • Loading branch information
zepatrik and agustin107 authored Oct 24, 2019
1 parent 173e91c commit ecc9b5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EmailWidget/EmailWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const EmailWidget = ({
autoFocus={autofocus}
required={required}
disabled={disabled || readonly}
name={name}
type="email"
value={value ? value : ''}
onChange={_onChange}
Expand Down

0 comments on commit ecc9b5e

Please sign in to comment.