Hi, I used to have a DataGroup with a Renderer which had a bunch of TextFields, CheckBoxes, Dropdowns,... Worked fine, was using it with VerticalLayout with requestMaxRowCount =4. It had a button below to add an item or Delete button inside Renderer. All that worked fine on TitleWindow popup. I added a TextArea with heightInLines=2. Now it became a total disaster: I can not allow enough space to have 3-4 items. Tried maxHeight in DataGroup or Scroller or its parent FormItem. Tried to change requestedMaxRowCount in DataGroup VerticalLayout,... Nothing works.
Any idea how to manage TextArea in DataGroup with Renderers? TIA, Oleg