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

Method onFocusin

src/aria/private/combobox/combobox.ts:191–193  ·  view source on GitHub ↗

Handles focus in events for the combobox.

()

Source from the content-addressed store, hash-verified

189
190 /** Handles focus in events for the combobox. */
191 onFocusin() {
192 this.isFocused.set(true);
193 }
194
195 /** Handles focus out events for the combobox. */
196 onFocusout(event: FocusEvent) {

Callers 1

combobox.spec.tsFile · 0.45

Calls 1

setMethod · 0.80

Tested by

no test coverage detected