MCPcopy Index your code
hub / github.com/JedWatson/react-select / onMenuClose

Method onMenuClose

packages/react-select/src/Select.tsx:875–882  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

873 this.props.onMenuOpen();
874 }
875 onMenuClose() {
876 this.onInputChange('', {
877 action: 'menu-close',
878 prevInputValue: this.props.inputValue,
879 });
880
881 this.props.onMenuClose();
882 }
883 onInputChange(newValue: string, actionMeta: InputActionMeta) {
884 this.props.onInputChange(newValue, actionMeta);
885 }

Callers 1

SelectClass · 0.95

Calls 1

onInputChangeMethod · 0.95

Tested by

no test coverage detected