Closed AYM1607 closed 5 years ago
Try to figure out a way of stopping the controller from returning the cursor to the origin when rebuilding if text is already present in the input.
Solved by keeping the TextEditingController in the State instead of the widget so that way it only has to be created once.
Try to figure out a way of stopping the controller from returning the cursor to the origin when rebuilding if text is already present in the input.