Rens

Results 2 issues of Rens

Using `FormBuilderRangeSlider` widget inside a `SingleChildScrollView` widget that has `physics: const AlwaysScrollableScrollPhysics()` leads to performance issues when trying to drag the handles around. It seems to interfere with scrolling up...

bug

I'm dynamically building a table where each record contains an autocomplete dropdown. The dropdown itself contains around 200 items. When the table contains a lot of records (1000) the page...