Open weekendDev23 opened 1 year ago
When an array is set for [selectedItems] programmatically, the (select) event automatically emits the value. Is there any way to restrict the event from emitting when [selectedItems] is set programmatically?
[selectedItems]
(select)
When an array is set for
[selectedItems]
programmatically, the(select)
event automatically emits the value. Is there any way to restrict the event from emitting when[selectedItems]
is set programmatically?