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

Function onFieldsChange

examples/redux.js:100–106  ·  view source on GitHub ↗
(props, fields)

Source from the content-addressed store, hash-verified

98 };
99 },
100 onFieldsChange(props, fields) {
101 console.log('onFieldsChange', fields);
102 props.dispatch({
103 type: 'save_fields',
104 payload: fields,
105 });
106 },
107})(Form));
108
109class App extends React.Component {

Callers 1

setFieldsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected