I need help with my flutter web. I used a Multiline TextFormField but you can only naviagte through the text(move the cursor) using a keyboard. Clicking with the mouse where I want the cursor to go instead takes the cursor to the start of the first line. But the keyboard works just fine.
I understand Flutter web is not yet stable but is there a possible solution for this?
To recreate,
The Latest flutter versions did indeed resolve this issue.
Closed.