the label inputWidth problem

My code is


dhx.ui({ view:“label”, label: “Label”, inputWidth:100, align:“center”})

when I change the inputWidth different number ,the label does’t have any change;

Not quite sure - what do you want to achieve, but, most probably, you need to use width, instead of inputWidth

dhx.ui({ view:"label", label: "Label", width:200, align:"center"})