MCPcopy Create free account
hub / github.com/flyfloor/react-component / handleSearch

Function handleSearch

component/DropDown.js:279–283  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

277 },
278
279 handleSearch(text){
280 this.setState({
281 filterText: text,
282 });
283 },
284
285 componentWillReceiveProps(nextProps) {
286 if (this.props.value !== nextProps.value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…