Identifies an element as a popup for an ngCombobox.
API
class ComboboxPopup<V> {
readonly combobox: Combobox<V> | null;
}
combobox
Combobox<V> | nullThe combobox that the popup belongs to.
Description
Identifies an element as a popup for an ngCombobox.
This directive acts as a bridge, allowing the ngCombobox to discover and interact with the underlying control (e.g., ngListbox, ngTree, or ngComboboxDialog) that manages the options. It's primarily used as a host directive and is responsible for exposing the popup's control pattern to the parent combobox.