()
| 46 | } |
| 47 | |
| 48 | componentDidMount () { |
| 49 | let target = this.props.mult ? undefined : this.refs.options; |
| 50 | this.registerClickAway(this.hideOptions, target); |
| 51 | } |
| 52 | |
| 53 | showOptions () { |
| 54 | if (this.state.active || this.props.readOnly) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…