()
| 17 | } |
| 18 | |
| 19 | render () { |
| 20 | return cloneElement(this.props.children, { |
| 21 | value: this.props.value || '', |
| 22 | onChange: this.handleChange |
| 23 | }); |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | FormItem.propTypes = { |
nothing calls this directly
no outgoing calls
no test coverage detected