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

Default value: false

A value that determines whether to fit the width of combobox to that of the dropdown.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcombobox("option", "adjustComboWidth");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcombobox("option", "adjustComboWidth", newValue);
        
});
var adjustComboWidth : boolean;
See Also

Reference

options type
wijcombobox jQuery Widget