()
| 186 | } |
| 187 | |
| 188 | onDownArrow() { |
| 189 | const { onDownArrow } = this.props; |
| 190 | |
| 191 | this.togglePicker(false, onDownArrow); |
| 192 | } |
| 193 | |
| 194 | onValueChange(value, index) { |
| 195 | const { onValueChange } = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected