listHeight
Optional. Sets the height of the list of options
listHeight?: number | string;
Default value: 224
Example
const combo = new dhx.Combobox("combo_container",{
listHeight:50
});
Related sample: Combobox. List height
Optional. Sets the height of the list of options
Default value: 224
Example
const combo = new dhx.Combobox("combo_container",{
listHeight:50
});
Related sample: Combobox. List height