MCPcopy
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) {

Calls

no outgoing calls

Tested by

no test coverage detected