Khan / react-multi-select

A multiple select component for React
MIT License
183 stars 97 forks source link

add onSearchTextChanged prop #42

Closed TymchenkoOleksandr closed 1 year ago

TymchenkoOleksandr commented 5 years ago

need this new optional prop to pass searchText value to the parent component of Multi Select: https://github.com/Khan/react-multi-select/blob/2957545fa2e891370390362c4734398d24442191/src/select-panel.js#L22 https://github.com/Khan/react-multi-select/blob/2957545fa2e891370390362c4734398d24442191/src/select-panel.js#L64-L73 https://github.com/Khan/react-multi-select/blob/2957545fa2e891370390362c4734398d24442191/src/select-panel.js#L79-L85

TymchenkoOleksandr commented 5 years ago

@BrianGenisio , take a look, please.