diff --git a/src/index.ts b/src/index.ts index 4cb9c1d..5b5e507 100644 --- a/src/index.ts +++ b/src/index.ts @@ -781,7 +781,8 @@ export const getFormValues = (form: HTMLFormElement, options = {} as GetFormValu }; /** - * Sets the values of all the fields within the form through accessing the DOM nodes. + * Sets the values of all the fields within the form through accessing the DOM nodes. Partial values + * may be passed to set values only to certain form fields. * @param form - The form. * @param values - The form values. */