Skip to content

Commit 6089b2a

Browse files
committed
update doc
1 parent 1237ac9 commit 6089b2a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/content/docs/useform/setvalues.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ This function allows you to dynamically set multiple field values at once and ha
1818
| `value`<br/><TypeText>Partial\<TFieldValues\> \| (data: TFieldValues) => Partial\<TFieldValues\></TypeText> | | An object containing the field values to update, or a callback function that receives the current form values and returns the updated values. This argument is required. |
1919
| `options` | `shouldValidate`<br/><TypeText>boolean</TypeText> | <ul><li>Whether to compute if your input is valid or not (subscribed to <TypeText>errors</TypeText>).</li><li>Whether to compute if your entire form is valid or not (subscribed to <TypeText>isValid</TypeText>).</li></ul> |
2020
| | `shouldDirty`<br/><TypeText>boolean</TypeText> | <ul><li>Whether to compute if your input is dirty or not against your `defaultValues` (subscribed to <TypeText>dirtyFields</TypeText>).</li><li>Whether to compute if your entire form is dirty or not against your `defaultValues` (subscribed to <TypeText>isDirty</TypeText>).</li></ul> |
21-
| | `shouldTouch`<br/><TypeText>boolean</TypeText> | Whether to set the updated inputs to be touched. |
2221

2322
<Admonition type="important" title="Rules">
2423

0 commit comments

Comments
 (0)