Search code examples
fluttermultilineflutter-webtextformfield

Flutter Web TextForm Field


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,

  • just make form and add a textform field with multiline enabled.
  • Type text into it, about three lines, and then try to move the cursor using the mouse to the position you wish.

Solution

  • The Latest flutter versions did indeed resolve this issue.

    Closed.