Stacked-Org/stacked

[bug]: Why is the last character when typing into a selected in my flutter application on ios?

Natan-hub opened this issue · 2 comments

Describe the bug

After I updated my IOS system and ran my Flutter projects in all my TextFormField it is selecting the last letter. Is there any way to disable this?

To reproduce

1 -> Create a Flutter project
2 -> Make a TextFormField
3 -> Type in it and the problem will appear

Expected behavior

No response

Screenshots

244879694-1be84625-be17-4402-a874-261d0fc08653.mov

Additional Context

No response

I have never seen that, maybe it's a new Flutter behaviour.

Have you figured it out?

yes, the problem was on IOS, updating to the latest version the problem disappeared