Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevnz committed Nov 25, 2019
1 parent 1b1a16c commit dd5e999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textarea/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const TextArea = forwardRef(
<textarea
{...otherProps}
id={id}
name={name}
onChange={handleChange}
value={value}
ref={inputRef}
Expand Down

0 comments on commit dd5e999

Please sign in to comment.