(val)
| 256 | }, |
| 257 | |
| 258 | handleChangeSelect(val){ |
| 259 | this.formatValue(val, () => { |
| 260 | this.triggerDropValueChange(); |
| 261 | this.toggleOpen(this.props.multi); |
| 262 | }); |
| 263 | }, |
| 264 | |
| 265 | triggerDropValueChange(){ |
| 266 | const {multi, onChange} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…