Wijmo UI for the Web
inputTextInDropDownList Field

Default value: false

A value that specifies the input text of the combobox is in dropdown list or not.

Syntax
Javascript (Usage) 
var value; // Type: boolean
value = jQuery.wijmo.wijcombobox.options.inputTextInDropDownList;
Javascript (Specification) 
var inputTextInDropDownList : boolean;
Remarks
It's readonly option, if user typed text is not in dropdown list, it returns false; if user selects a item form the dropdown list or typed text in dropdown list, it returns true.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.