Skip to content

Commit 7dadaa7

Browse files
committed
jsdoc
1 parent eb780f7 commit 7dadaa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/form-core/src/FieldApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,7 @@ export class FieldApi<
12751275

12761276
/**
12771277
* Mounts the field instance to the form.
1278+
* @returns A function to unmount the field instance.
12781279
*/
12791280
mount = () => {
12801281
if (this.options.defaultValue !== undefined && !this.getMeta().isTouched) {

0 commit comments

Comments
 (0)