Elements Don't Hide: Flutter Form Builder 2
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.
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 can you give me an example?
@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.