(index)
| 372 | }, |
| 373 | |
| 374 | removeSelected(index){ |
| 375 | this.props.onSelectChange(index); |
| 376 | this.inputFieldFocus(); |
| 377 | }, |
| 378 | |
| 379 | inputField(){ |
| 380 | return ReactDOM.findDOMNode(this.refs.userInput); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…