Merge pull request #26810 from 0126cloud/feat/multiEntityPicker-defaultValue

Apply `defaultValue` props in `MultiEntityPicker`
This commit is contained in:
Ben Lambert
2024-09-25 12:49:44 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -152,6 +152,7 @@ export const MultiEntityPicker = (props: MultiEntityPickerProps) => {
filterSelectedOptions
disabled={entities?.entities?.length === 1}
id={idSchema?.$id}
defaultValue={formData}
loading={loading}
onChange={onSelect}
options={entities?.entities || []}