Skip to content

Commit

Permalink
Merge pull request #971 from patrykkopycinski/select-field
Browse files Browse the repository at this point in the history
[Fix] Remove duplicate hintText property
  • Loading branch information
Hai Nguyen committed Jun 28, 2015
2 parents c7f3c88 + b16f476 commit 363b1e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/select-field.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ let SelectField = React.createClass({
underlineStyle: React.PropTypes.string,
labelStyle: React.PropTypes.string,
hintText: React.PropTypes.string,
hintText: React.PropTypes.string,
id: React.PropTypes.string,
multiLine: React.PropTypes.bool,
onBlur: React.PropTypes.func,
Expand Down

0 comments on commit 363b1e1

Please sign in to comment.