feat: confine conditions inside list to the same local list item (#863)

This commit is contained in:
Daniel Lautzenheiser
2023-09-06 12:05:39 -04:00
committed by GitHub
parent 82a8e11ab3
commit 5602812774
14 changed files with 319 additions and 60 deletions

View File

@ -311,6 +311,7 @@ export interface WidgetControlProps<T, F extends BaseField = UnknownField, EV =
fieldsErrors: FieldsErrors;
submitted: boolean;
forList: boolean;
listItemPath: string | undefined;
forSingleList: boolean;
disabled: boolean;
duplicate: boolean;