Skip to content

Commit

Permalink
Merge pull request #2300 from yuri-sakharov/fix/example-focus
Browse files Browse the repository at this point in the history
Fixed broken Focus Select in example
  • Loading branch information
JedWatson committed May 9, 2018
2 parents 404bf14 + 2685f3e commit 02ad75e
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 02ad75e

Please sign in to comment.