mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
v0.32.2
This commit is contained in:
parent
cde3ccac12
commit
9e0893051d
5 changed files with 16 additions and 4 deletions
|
@ -128,7 +128,7 @@
|
|||
}
|
||||
$: inline = type === "inline";
|
||||
$: selectedItem = items[selectedIndex];
|
||||
$: selectedId = items[selectedIndex] ? items[selectedIndex].id : undefined;
|
||||
$: selectedId = items[selectedIndex] ? items[selectedIndex].id : undefined;
|
||||
$: if (!open) {
|
||||
highlightedIndex = -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue