An input that is part of a combobox. It is responsible for displaying the current value and handling user input for filtering and selection.
Description
An input that is part of a combobox. It is responsible for displaying the current value and handling user input for filtering and selection.
This directive should be applied to an <input> element within an ngCombobox
container. It automatically handles keyboard interactions, such as opening the
popup and navigating through the options.
<input
ngComboboxInput
placeholder="Search..."
[(value)]="searchString"
/>
Jump to details