Skip to content

Commit

Permalink
Merge pull request #412 from Hazel54/master
Browse files Browse the repository at this point in the history
Select: 修复mutiple为false时input框无法输入问题
  • Loading branch information
e1emeb0t authored Jun 7, 2017
2 parents 1aab767 + 530b437 commit d267c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/select/Select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ class Select extends Component {
if (multiple) {
this.refs.input.focus();
} else {
this.refs.reference.focus();
// this.broadcast('input', 'inputSelect');
}
}
Expand Down

0 comments on commit d267c05

Please sign in to comment.