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

A value added to the width of the original HTML select element to account for the scroll bar width of the drop-down list.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: any
value = instance.textChanged;
var textChanged : any;
Remarks
Unit for this value is pixel. Because the width of the scroll bar may be different between browsers if wijcombobox is initialized with the width of the HTML select element, the text may be hidden by the scroll bar of wijcombobox.
See Also

Reference

WijComboboxOptions Interface