()
| 54 | }, |
| 55 | |
| 56 | valueChange(){ |
| 57 | const {onChange} = this.props; |
| 58 | if (onChange) onChange(this.state.value) |
| 59 | }, |
| 60 | |
| 61 | render() { |
| 62 | const {labelName, valueName, className, style, children} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…