MCPcopy
hub / github.com/react-component/form / render

Method render

tests/validateArray.spec.js:12–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 onChange(value.split(","));
11 };
12 render() {
13 const { value = [] } = this.props;
14 return (
15 <input {...this.props} onChange={this.onChange} value={value.join(",")} />
16 );
17 }
18}
19
20class Test extends React.Component {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected