mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix(list-box-menu-item): scroll item into view when using keyboard navigation (#1471)
Fixes #1470
This commit is contained in:
parent
740c8e1596
commit
7030300186
2 changed files with 6 additions and 2 deletions
|
@ -261,7 +261,7 @@
|
|||
<ListBoxMenuItem
|
||||
id="{item.id}"
|
||||
active="{selectedId === item.id}"
|
||||
highlighted="{highlightedIndex === i || selectedId === item.id}"
|
||||
highlighted="{highlightedIndex === i}"
|
||||
disabled="{item.disabled}"
|
||||
on:click="{(e) => {
|
||||
if (item.disabled) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue