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
Default value: "auto"
Example
const combo = new dhx.Combobox("combo_container", {
labelWidth:100
});