Reputation: 1
I am experiencing an issue with TextField in Flutter 3.27.1 while running a desktop application on macOS 15.3.1. When I start typing in a TextField, the entire text gets selected automatically, causing the next keystroke to overwrite the existing content instead of appending to it.
for reference image is from the app. (https://i.sstatic.net/f0gr9O6t.png) how to solve this issue.
stepps to reproduce
Create a Flutter desktop application on macOS. Add a simple TextFormField widget. Run the app and type some text in the TextField. Start typing again, and you’ll notice that the existing text is selected automatically, leading to overwriting.
Upvotes: 0
Views: 37