When multiple is true, you may provide this handler before an item is removed from the selection. This handler is passed the item to remove and must return a promise. If the return value of that promise is truthy, the item is removed from the selection, otherwise it is kept.
Select
Attribute
on-confirm-remove
When
multiple
istrue
, you may provide this handler before an item is removed from the selection. This handler is passed the item to remove and must return a promise. If the return value of that promise is truthy, the item is removed from the selection, otherwise it is kept.