flutter_expandable_table icon indicating copy to clipboard operation
flutter_expandable_table copied to clipboard

Elements Don't Hide: Flutter Form Builder 2

Open phillipshaong opened this issue 1 year ago • 2 comments

I am using elements from flutter_form_builder(9.1.1), and want to use form builder elements within the expanded table.

For typical Flutter elements like Text or ElevatedButton, they are hidden once the row collapses.

However, for flutter_form_builder elements, they don't hide very well.

image image

As you can see, the checkbox from FormBuilderCheckbox still shows, and the boarders and text from the FormBuilderDateTimePicker show as well. The same behavior occurs with other elements in the library.

phillipshaong avatar Jan 16 '24 06:01 phillipshaong

@phillipshaong can you give me an example?

rickypid avatar Mar 18 '24 22:03 rickypid

@phillipshaong I was also dealing with a similar issue. I was able to resolve the issue by using the builder parameter and hiding the widget.

NJashwanth avatar May 25 '24 20:05 NJashwanth