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

Method render

tests/validateFieldsAndScroll.spec.js:18–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 render() {
19 const { getFieldProps } = this.props.form
20 return (
21 <div>
22 <input {...getFieldProps('normal')} />
23 <input
24 {...getFieldProps('async', {
25 rules: [this.check],
26 })}
27 />
28 </div>
29 )
30 }
31}
32
33Test = createDOMForm({

Callers 1

Calls 1

getFieldPropsFunction · 0.85

Tested by

no test coverage detected