ComboBox with Strings
By default, the ComboBox acts as a regular HTML input element, with the additional styling and object model associated with all Wijmo controls. The text property gets or sets the user's input:
You have typed this: .
Choosing from Lists
If you want to provide a list of strings for users to choose from, set the itemsSource property to an array containing those items and users will be able to select one of them:
You have selected this country: China.
Simple Customizations
By default, the ComboBox will force users to select one of the items on the list. Users will not be able to leave the combo empty or to enter values that are not on the list.
You can change these behaviors by setting the isRequired and isEditable properties:
You have selected this country: China.