Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Choices-js/Choices
/ removeActiveDescendant
Method
removeActiveDescendant
src/scripts/components/input.ts:159–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
}
158
159
removeActiveDescendant(): void {
160
this.element.removeAttribute(
'aria-activedescendant'
);
161
}
162
163
_onInput(): void {
164
if
(this.
type
!== PassedElementTypes.SelectOne) {
Callers
15
choices.search-prefix.min.js
File · 0.45
choices.js
File · 0.45
choices.search-basic.js
File · 0.45
choices.mjs
File · 0.45
choices.search-basic.min.js
File · 0.45
choices.search-prefix.mjs
File · 0.45
choices.search-kmp.min.js
File · 0.45
choices.search-basic.mjs
File · 0.45
choices.search-kmp.js
File · 0.45
choices.search-prefix.js
File · 0.45
choices.min.js
File · 0.45
choices.search-kmp.mjs
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected