소스 검색

Update tsdoc

Indicate partial values can be passed in setFormValues().
master
부모
커밋
53a8fa4767
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/index.ts

+ 2
- 1
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.
*/


불러오는 중...
취소
저장