ComboBox is an input control that combines the features of a standard text box and a list view. ComboBox for Blazor is used to display and select data from the list that appears in a drop-down. Blazor ComboBox allows you to type the text into the editable text box that appears in the header to provide input. The control also supports automatic completion to display input suggestions as the user types in the text box. In Blazor Edition, the ComboBox control is represented by the C1ComboBox class.
Key Features
- Automatic completion - ComboBox supports automatic completion feature that provides relevant suggestions to user while typing text.
- Editing - Works as an editable text input control with auto-suggest feature that matches the text to the list of items as the user types.
- Full screen - ComboBox supports a full-screen mode, which is specifically designed for the mobile web apps.
- Customizable appearance - Customize the style and appearance of the overall ComboBox control, including the border and drop-down button.