MCPcopy
hub / github.com/angular/components / onKeydown

Method onKeydown

src/aria/private/combobox/combobox.ts:177–181  ·  view source on GitHub ↗

Handles keydown events for the combobox.

(event: KeyboardEvent)

Source from the content-addressed store, hash-verified

175
176 /** Handles keydown events for the combobox. */
177 onKeydown(event: KeyboardEvent) {
178 if (!this.inputs.disabled()) {
179 this.keydown().handle(event);
180 }
181 }
182
183 /** Handles click events for the combobox. */
184 onClick(event: PointerEvent) {

Callers

nothing calls this directly

Calls 1

disabledMethod · 0.45

Tested by

no test coverage detected