diff --git a/src/aria/combobox/combobox.ts b/src/aria/combobox/combobox.ts index f3c074bb3b32..ed427f2de149 100644 --- a/src/aria/combobox/combobox.ts +++ b/src/aria/combobox/combobox.ts @@ -23,21 +23,37 @@ import {DeferredContentAware, ComboboxPattern, tabIndexTransform} from '@angular import type {ComboboxPopup} from './combobox-popup'; /** - * The container element that wraps a combobox input and popup, and orchestrates its behavior. + * A directive that coordinates a combobox trigger element and its associated popup widget. * - * The `ngCombobox` directive is the main entry point for creating a combobox and customizing its - * behavior. It coordinates the interactions between the input and the popup. + * The `ngCombobox` directive is applied directly to the interactive trigger element, which can be + * either an editable `` (for search/autocomplete behaviors) or a non-editable element like + * a `