Skip to content

Commit e32ea4a

Browse files
committed
[docs] Add getStableConfig form method
1 parent 16358ee commit e32ea4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/docs2/src/content/docs/form/state.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ SJSF provides a set of functions to work with the form state that can either **r
6868
:::
6969

7070
**Queries:**
71-
`getComponent`, `getFieldComponent`, `getFieldErrors`, `getFieldErrorsByPath`,
72-
`getFieldsErrors`, `getFieldsErrorsByPath`, `hasErrors`, `getErrors`,
73-
`hasFieldState`, `hasFieldStateByPath`, `getId`, `getSubtreePaths`,
71+
`getComponent`, `getFieldComponent`, `getStableConfig`, `getFieldErrors`,
72+
`getFieldErrorsByPath`, `getFieldsErrors`, `getFieldsErrorsByPath`, `hasErrors`,
73+
`getErrors`, `hasFieldState`, `hasFieldStateByPath`, `getId`, `getSubtreePaths`,
7474
`getChildPath`, `getPseudoPath`, `getPseudoId`, `getIdByPath`,
7575
`getPseudoIdByPath`, `isSelect`, `isMultiSelect`, `isFilesArray`,
7676
`retrieveSchema`, `sanitizeDataForNewSchema`, `getClosestMatchingOption`,
7777
`getDefaultFieldState`, `retrieveUiSchema`, `uiTitleOption`, `retrieveUiOption`,
7878
`retrieveNestedUiOption`, `uiOptionProps`, `uiOptionNestedProps`,
79-
`retrieveTranslate`, `getFieldTitle`, `getFieldAction`, `getFieldsValidationMode`,
80-
`validate`, `validateAsync`, `getValueSnapshot`
79+
`retrieveTranslate`, `getFieldTitle`, `getFieldAction`,
80+
`getFieldsValidationMode`, `validate`, `validateAsync`, `getValueSnapshot`
8181

8282
**Commands:**
8383
`updateErrors`, `updateFieldErrors`, `updateFieldErrorsByPath`,

0 commit comments

Comments
 (0)