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

Default value: 'auto'

A value that specifies the width of the drop-down list.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcombobox("option", "dropdownWidth");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcombobox("option", "dropdownWidth", newValue);
        
});
var dropdownWidth : string;
Remarks
When this option is set to "auto", the width of the drop-down list is equal to the width of wijcombobox. When this option is set to "fit", the width of the drop-down list will fit the widest item independently.
See Also

Reference

options type
wijcombobox jQuery Widget