We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369bf75 commit 6b9d754Copy full SHA for 6b9d754
src/index.ts
@@ -112,7 +112,6 @@ export default class Combobox {
112
target.setAttribute('aria-selected', 'true')
113
fireSelectEvent(target)
114
target.scrollIntoView(this.scrollIntoViewOptions)
115
- scrollTo(this.list, target)
116
} else {
117
el.removeAttribute('aria-selected')
118
}
0 commit comments