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

Method onClick

src/aria/private/combobox/combobox.ts:184–188  ·  view source on GitHub ↗

Handles click events for the combobox.

(event: PointerEvent)

Source from the content-addressed store, hash-verified

182
183 /** Handles click events for the combobox. */
184 onClick(event: PointerEvent) {
185 if (!this.disabled()) {
186 this.click().handle(event);
187 }
188 }
189
190 /** Handles focus in events for the combobox. */
191 onFocusin() {

Callers 1

combobox.spec.tsFile · 0.45

Calls 2

clickMethod · 0.65
disabledMethod · 0.45

Tested by

no test coverage detected