Wijmo UI for the Web
selectElementWidthFix Option
wijmo.combobox.wijcombobox Namespace > options type : selectElementWidthFix Option

Default value: 6

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
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcombobox("option", "selectElementWidthFix");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcombobox("option", "selectElementWidthFix", newValue);
        
});
var selectElementWidthFix : number;
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

options type
wijcombobox jQuery Widget