modal_bottom_sheet
modal_bottom_sheet copied to clipboard
text filed input, the whole page will rebuild.
Hi, I have a stateless page, every time the sotfkeyboard lay down after finish text filed input, the whole page will rebuild.
And the text just input will gone. I just want to know why this behavior will happen since textfield should be normal just like normal page right? I almost face this issue in every single page when I using showBottomSheet to transition that page.
It's very very much appreciated it anyone could shine a light on me on this puzzle, this is really annoying, if anyone could teach me how to resolve it, that would save my life.
Could you share some code I could test, please?
I have same problem. If have an TextField or TextFormField inside modal and tap in fields, the keyboards up and rebuild all widgets.
I have same problem. If have an TextField or TextFormField inside modal and tap in fields, the keyboards up and rebuild all widgets.
Solved my problem!
I have same problem. If have an TextField or TextFormField inside modal and tap in fields, the keyboards up and rebuild all widgets.
Solved my problem!
How you resolve this problem? I face to the same problem.
I have same problem. If have an TextField or TextFormField inside modal and tap in fields, the keyboards up and rebuild all widgets.
Solved my problem!
How you resolve this problem? I face to the same problem.
I put a Scaffold inside bottom_sheet and check yours initialize text (if use initialvalue or controller in TextFields).
I have same problem. If have an TextField or TextFormField inside modal and tap in fields, the keyboards up and rebuild all widgets.
Solved my problem!
How you resolve this problem? I face to the same problem.
I put a Scaffold inside bottom_sheet and check yours initialize text (if use initialvalue or controller in TextFields).
Thanks!