Skip to content

Commit

Permalink
Merge pull request #2013 from 2betop/patch-1
Browse files Browse the repository at this point in the history
Make this work in preact.
  • Loading branch information
JedWatson authored Sep 21, 2017
2 parents bfe288c + a1862d2 commit 05c82b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ class Select extends React.Component {
);
}
return (
<div className={ className }>
<div className={ className } key="input-wrap">
<input {...inputProps} />
</div>
);
Expand Down

0 comments on commit 05c82b0

Please sign in to comment.