Wijmo UI for the Web
forceSelectionText Field
wijmo.combobox Namespace > WijComboboxOptions Interface : forceSelectionText Field

A value that determines whether to check the input text against the text of the selected item when the focus blurs.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: boolean
value = instance.forceSelectionText;
var forceSelectionText : boolean;
Remarks
If the text does not match any item, input text will restore to text the selected item or empty if no item is selected.
See Also

Reference

WijComboboxOptions Interface