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

Function mapPropsToFields

tests/createForm.spec.js:107–109  ·  view source on GitHub ↗
({ fields })

Source from the content-addressed store, hash-verified

105 props.onChange(all);
106 },
107 mapPropsToFields({ fields }) {
108 return fields;
109 },
110 })(class extends React.Component {
111 render() {
112 const { getFieldProps } = this.props.form;

Callers

nothing calls this directly

Calls 1

createFormFieldFunction · 0.85

Tested by

no test coverage detected