Hi, how i can change form height, and form elements height on width resize. I got form inside resizable container, and when i resize it width, inputs with long label is colllapsing. Something like this http://webix.com/snippet/ada1a17c .
Hi,
You can try to use the ui.template instead, as it can be autosized to content:
{
view:"template", //optional
template:"Some Long text",
autoheight:true
}