Form with flexlayout for responsiveness

Hello dear Webix Team,
There seems to be a problem if i use flexlayout for responsiveness view in form elements.
see Snippet: Code Snippet
The textarea is not getting streched to the bottom of the form.
Is this a bug or is there a better solution?
Thanks for your help

Hello @Mimu1988 ,

I would suggest you to try using a common responsive moving feature instead. Then, when there is little space, the second text view will be moved to the parent form: Code Snippet .

Hello Mari,
Thanks for your answer. I tried it first with responsive moving but then the rows seems to get mixed and do not follow the order as given in configuration.

see snippet: Code Snippet

As u can see in the snippet when responsive moving is done the textfield “Text1Row2” gets moved to the top most line. Maybe you can give me an example of how to achieve this with multiple rows, i couldn´t really find a good documentation on this responsiveness feature

Thanks

Hello @Mimu1988 ,

Please check the exmaple with working solution: Code Snippet

In the example I’ve changes the structure and nesting of the view.
At this time, we can’t confirm whether this is a bug, but I’ll pass this along to the dev team for a review of the responsive moving rules. We’ll investigate the causes of this behavior and look into ways to improve it for better consistency with the configured order.