MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / getFieldsValue

Function getFieldsValue

form-component/src/Form/Form.tsx:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 useImperativeHandle(ref, () => {
33 return {
34 getFieldsValue() {
35 return values;
36 },
37 setFieldsValue(fieldValues) {
38 setValues({...values, ...fieldValues});
39 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected