Hi,
I've come across a bug using RadioGroupItem in a DynamicForm with TextAreaItem that has auto height feature enabled by setHeight("*").
On default radio group setting it all works fine. Text area stretched to cover all available space but when I setVertical(false) it loses 37px leaving big gap below the form.
Strangely text area is also bigger than default size but not big enough.
I've tried several field combination but no other field affect this case.
I'm using SmartGWT 2.4
Best regards
I've come across a bug using RadioGroupItem in a DynamicForm with TextAreaItem that has auto height feature enabled by setHeight("*").
On default radio group setting it all works fine. Text area stretched to cover all available space but when I setVertical(false) it loses 37px leaving big gap below the form.
Strangely text area is also bigger than default size but not big enough.
I've tried several field combination but no other field affect this case.
I'm using SmartGWT 2.4
Best regards
Comment