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 3e2f971 commit d702f0fCopy full SHA for d702f0f
src/index.ts
@@ -47,7 +47,7 @@ export default class Combobox {
47
}
48
49
stop(): void {
50
- this.input.removeAttribute('aria-activedescendant')
+ this.clearSelection()
51
this.input.setAttribute('aria-expanded', 'false')
52
this.input.removeEventListener('compositionstart', this.compositionEventHandler)
53
this.input.removeEventListener('compositionend', this.compositionEventHandler)
0 commit comments