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

Function handleBlur

component/DropDown.js:367–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

365
366
367 handleBlur(){
368 this.setState({
369 hasInput: false,
370 });
371 this.inputField().style.width = '9px';
372 },
373
374 removeSelected(index){
375 this.props.onSelectChange(index);

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…