MCPcopy Create free account
hub / github.com/Lobos/react-ui / render

Method render

src/FormItem.js:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected