Blazor | ComponentOne
Controls / Input Controls / ComboBox
In This Topic
    ComboBox
    In This Topic

    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