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

Method render

tests/form.spec.js:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 render() {
21 const { getFieldProps } = this.props.form;
22 return <input {...getFieldProps('normal', { initialValue: '1' })} />;
23 }
24 }
25 );
26 const wrapper = mount(<Test />);

Callers 1

Calls 1

getFieldPropsFunction · 0.85

Tested by

no test coverage detected