• Overview
@angular/aria/combobox

ComboboxPopup

directive

Identifies an element as a popup for an ngCombobox.

API

    
      class ComboboxPopup<V> {}
    
    

combobox

any

The 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.

Jump to details