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