labelWidth
Optional. Sets the width of a label
labelWidth?: string | number;
Default value: "auto"Example
const combo = new dhx.Combobox("combo_container", {
labelWidth:100
});
Optional. Sets the width of a label
Example
const combo = new dhx.Combobox("combo_container", {
labelWidth:100
});