Since the latest version of Flutterflow, I have a new behavior which is creating issues in my app.
I'm updating a text field "On Change" with a function to format it. The content used to be updated and cursor was remaining at the end of the string.
Now when the content is updated it is highlighted and remains highlighted. The cursor is not placed at the end of the modified string. Hence when the use type a new value he is overwriting existing string.
Is there a way to avoid that and to get back to previous behavior ?
Thanks for your help ๐