mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23: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)}
|
||||
<ListBoxMenuItem
|
||||
id="{item.id}"
|
||||
title="{itemToString(item)}"
|
||||
active="{selectedId === item.id}"
|
||||
highlighted="{highlightedIndex === i}"
|
||||
on:click="{() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue