[]
        
(Showing Draft Content)

ComboBox

ComboBox is an input control that combines the features of a standard text box and a list view. The control is used to display and select data from the list that appears in a drop-down. Users can also 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.

Key Features

  • Automatic Completion - ComboBox supports automatic completion feature that provides relevant suggestions to user while typing the text in the text area.
  • Edit Mode - By default, the ComboBox control is non-editable. However, you can make it editable so that users can modify their input as well.