Skip to content

Commit

Permalink
reverse previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush29 committed Jun 28, 2019
1 parent f9612ec commit bc143d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-select/src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ export default class Select extends Component<Props, State> {
const inputValue = event.currentTarget.value;
this.inputIsHiddenAfterUpdate = false;
this.onInputChange(inputValue, { action: 'input-change' });
//this.onMenuOpen();
this.onMenuOpen();
};
onInputFocus = (event: SyntheticFocusEvent<HTMLInputElement>) => {
const { isSearchable, isMulti } = this.props;
Expand Down

0 comments on commit bc143d6

Please sign in to comment.