Skip to content

Commit

Permalink
✨ add id prop to the input inside the component
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrisondev committed Jan 23, 2022
1 parent 5f19c58 commit dff2369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ class Files extends React.Component {
<div>
<input
{...inputAttributes}
id={this.props.id || ''}
/>
<div
className={this.props.className}
Expand Down

0 comments on commit dff2369

Please sign in to comment.