ComboboxWidget
directive
Identifies an element as a widget within a combobox popup.
element
HTMLElementA reference to the popup widget element.
popupId
WritableSignal<string | undefined>The ID of the popup widget.
activeDescendant
InputSignal<string | undefined>The ID of the active descendant in the widget.
ngOnInit
void@returns
voidngOnDestroy
void@returns
voidonFocusin
voidHandles focus in events for the widget.
@returns
voidonFocusout
voidHandles focus out events for the widget.
@paramevent
FocusEvent@returns
voidDescription
Identifies an element as a widget within a combobox popup.
This directive should be applied to the element that contains the options or content of the popup. It handles the communication of ID and active descendant information to the combobox.
Jump to details