MCPcopy Index your code
hub / github.com/flyfloor/react-component / removeSelected

Function removeSelected

component/DropDown.js:374–377  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

372 },
373
374 removeSelected(index){
375 this.props.onSelectChange(index);
376 this.inputFieldFocus();
377 },
378
379 inputField(){
380 return ReactDOM.findDOMNode(this.refs.userInput);

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…