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
tag - customize the tag blocks displayed when multiple selection is enabled: <div slot="tag"> <span class="tag">{label}</span> <span class="delete-tag" on:click|preventDefault="{unselectItem(item)}"></span> </slot>
The closing tag is slot. I think it should be .
The text was updated successfully, but these errors were encountered:
tag - customize the tag blocks displayed when multiple selection is enabled:
<div slot="tag"> <span class="tag">{label}</span> <span class="delete-tag" on:click|preventDefault="{unselectItem(item)}"></span> </slot>
The closing tag is slot. I think it should be .
The text was updated successfully, but these errors were encountered: