mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
fix(ComboBox): adding title prop to ListBoxMenuItem
This commit is contained in:
parent
b4e7e735b3
commit
67ded8b5eb
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@
|
||||||
{#each filteredItems as item, i (item.id)}
|
{#each filteredItems as item, i (item.id)}
|
||||||
<ListBoxMenuItem
|
<ListBoxMenuItem
|
||||||
id="{item.id}"
|
id="{item.id}"
|
||||||
|
title="{itemToString(item)}"
|
||||||
active="{selectedId === item.id}"
|
active="{selectedId === item.id}"
|
||||||
highlighted="{highlightedIndex === i}"
|
highlighted="{highlightedIndex === i}"
|
||||||
on:click="{() => {
|
on:click="{() => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue