ResponsiveGrid_Flutter icon indicating copy to clipboard operation
ResponsiveGrid_Flutter copied to clipboard

Major Bug on Inline Forms

Open markbulingit opened this issue 3 years ago • 1 comments

All the fields on last column are being reset when I resize the screen 1

markbulingit avatar Feb 22 '22 09:02 markbulingit

Try updating the data in your state management tool as they update the text field and using a Text Controller to assign the initial value from your state managment tool. This way if there are any re-renders, the text field will always have the up to date value

alexbadia1 avatar Apr 20 '22 05:04 alexbadia1