We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc143d6 commit a86c141Copy full SHA for a86c141
packages/react-select/src/Select.js
@@ -1083,7 +1083,7 @@ export default class Select extends Component<Props, State> {
1083
const inputValue = event.currentTarget.value;
1084
this.inputIsHiddenAfterUpdate = false;
1085
this.onInputChange(inputValue, { action: 'input-change' });
1086
- this.onMenuOpen();
+ //this.onMenuOpen();
1087
};
1088
onInputFocus = (event: SyntheticFocusEvent<HTMLInputElement>) => {
1089
const { isSearchable, isMulti } = this.props;
0 commit comments