Skip to content

Commit e225ddc

Browse files
committed
[form] Deprecate ui:rootFieldId property of UiSchemaRoot
1 parent 7cfbed8 commit e225ddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/form/src/form/ui-schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ interface UiSchemaRootIndex {
2121
}
2222

2323
type UiSchemaRootContent = UiSchemaContent & {
24+
/** @deprecated use `idPrefix` option of form instead */
2425
"ui:rootFieldId"?: string;
2526
"ui:globalOptions"?: UiOptions;
2627
"ui:formElement"?: UiSchema;

0 commit comments

Comments
 (0)