@@ -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