Completely lost with "width", "inputWidth", "labelWidth" for text-view

Hi,
What is wrong in the following snippet : http://webix.com/snippet/ebaf862a

The only thing I want to see is → From <from_0> : <from_1>
But I just can’t get it to work…

Regards,

Erik

width = labelWidth + inputWidth

In most cases you will want to avoid inputWidth usage, just set width and labelWidth when necessary.

http://webix.com/snippet/3145f5f9

Hello,

Also you can check the documentation article on control management, the “Setting Dimensions” section: http://docs.webix.com/desktop__controls_guide.html. There’s a picture that will explain you the issues with “width”, “inputWidth”, “labelWidth”.

ok thanks. looks already good, but if you try to enter some data in the fields…:frowning:
That’s not working. Input is not showing

Yep, this one is a bug

It will be fixed in the next update, as quick solution - add the style like in the next snippet
http://webix.com/snippet/2470c5b3