You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd expect that when clearable is set to false, the preselected item cannot be removed, be it by clicking x on the selected item or by pressing the backspace key.
Am I mistaken or is this a bug? Or is there a workaround to prevent clearing the preset value for multiple selects?
The text was updated successfully, but these errors were encountered:
From this issue #344, it appears that
clearable
was designed to work also for multiple selects, but that doesn't seem to be working. Repro: https://svelte.dev/playground/eabbf59abaa24155a7126f05f2ddd5f2?version=4.2.19.I'd expect that when
clearable
is set tofalse
, the preselected item cannot be removed, be it by clickingx
on the selected item or by pressing the backspace key.Am I mistaken or is this a bug? Or is there a workaround to prevent clearing the preset value for multiple selects?
The text was updated successfully, but these errors were encountered: