MCPcopy
hub / github.com/JedWatson/react-select / onInputChange

Method onInputChange

packages/react-select/src/Select.tsx:883–885  ·  view source on GitHub ↗
(newValue: string, actionMeta: InputActionMeta)

Source from the content-addressed store, hash-verified

881 this.props.onMenuClose();
882 }
883 onInputChange(newValue: string, actionMeta: InputActionMeta) {
884 this.props.onInputChange(newValue, actionMeta);
885 }
886
887 // ==============================
888 // Methods

Callers 2

onMenuCloseMethod · 0.95
SelectClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected