Label is cut off

Hi,

I have tabview. a tab contains dropdown w/ label: “Price Currency”
When tab is selected only “Price” shows up to the left of the dropdown.
How can i make label to appear in full?
I understand there is labelwidth, however I do not know ahead of time size of label (view is generated at runtime).
How do you recommend to find out proper labelwidth?
The snippet: http://webix.com/snippet/bd5fbf7a
click on tab “Beta”

Thank you.

You can use “labelWidth”
http://webix.com/snippet/fe59e85b

Or just increase the size of window

Hi Viktor,

It happens on full screen.
I need to calculate labelwidth dynamically.
Is there a way/property that will instruct tabview to show entire label automatically?

Thank you.

You need to define a labelWidth for the inputs
By default, the label takes only 80px, so if you set wide or narrow tabview, the label of input still take the same size.

There is a second mode of label rendering , which suits better for long labels, you can enable it with labelPosition:“top”

http://webix.com/snippet/0933b7af