dispatch event when items are removed from a picker
This commit is contained in:
@@ -101,5 +101,6 @@ export class UmbPickerInputContext<ItemType extends ItemResponseModelBaseModel>
|
||||
#removeItem(unique: string) {
|
||||
const newSelection = this.getSelection().filter((value) => value !== unique);
|
||||
this.setSelection(newSelection);
|
||||
this.host.dispatchEvent(new UmbChangeEvent());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user