You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`value`|`ModelSignal<string>`|`''`| Two-way bindable text value of the combobox |
249
-
|`expanded`|`ModelSignal<boolean>`|`false`| Two-way bindable open/closed expanded state of the popup |
250
-
|`disabled`|`boolean`|`false`| Disables the combobox trigger element |
251
-
|`softDisabled`|`boolean`|`true`| Disables interaction while keeping the element keyboard focusable |
252
-
|`alwaysExpanded`|`boolean`|`false`| Forces the popup to always remain open |
253
-
|`inlineSuggestion`|`string \| undefined`| - | Sets an inline suggestion to be highlighted at the end of the input |
254
-
|`tabIndex`|`number \| undefined`| - | Tabindex of the combobox element (aliased to `tabindex`) |
255
-
256
-
All keyboard events, focus coordination, and ARIA state properties (including `role="combobox"`, `aria-autocomplete`, and `aria-expanded`) are handled automatically on the host element.
257
-
258
-
---
259
-
260
-
### ComboboxPopup Directive
261
-
262
-
Marks an `<ng-template>` as the popup container for the combobox.
0 commit comments