We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92a7d2 commit c44e201Copy full SHA for c44e201
src/form/hooks/useField.ts
@@ -19,6 +19,7 @@ import { useFormContext, useFormState, useWatch } from 'react-hook-form';
19
import { resolveObjectAttribute } from '../../utils/utils';
20
21
/**
22
+ * @param name field name
23
* @param onProgrammaticValue Should check if the provided serialized value does not
24
* match the current deserialized value before updating the formContext, otherwise you would end up in an infinite re-render
25
*/
0 commit comments