Skip to content

Commit

Permalink
Fixed broken Focus Select in example
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-sakharov committed Jan 17, 2018
1 parent 82910d9 commit 2685f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/components/States.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var StatesField = createClass({
});
},
focusStateSelect () {
this.refs.stateSelect.focus();
this.select.focus();
},
toggleCheckbox (e) {
let newState = {};
Expand Down

0 comments on commit 2685f3e

Please sign in to comment.