Open
Description
VSCode is warning me that let:index
is not typed, but it works as it should.
v5.7.0
<Select
multiple
{loadOptions}
bind:value={selected}
bind:justValue
on:input={(e) => dispatch('select', e.detail)}
>
<div
slot="item"
let:item
>
{item.label}
</div>
<div slot="selection" let:selection let:index>
{selection.label} - {index}
</div>
<div slot="empty" >Nothing found...</div>
</Select>
Metadata
Metadata
Assignees
Labels
No labels