FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
112 stars 19 forks source link

textfield autocorrect bug #2256

Open aaronmt93 opened 7 months ago

aaronmt93 commented 7 months ago

Has your issue been reported?

Current Behavior

when you are using the textfield, the autocorrect blue highlight has weird behavior for examle the one in the video where the highlight sticks around if you navigate away and come back to the app on IOS.

Expected Behavior

The autocorrect shouldnt break if you navigate away from the app. also most apps have autocorrect disabled in search and it is a simple bool to be able to disable this in flutter so the quick fix would be to add the disable autocorrect while the bug is fixed/

Steps to Reproduce

  1. create a page that is not the home screen and navigate to it
  2. add a textfield
  3. have it do a simple search on a collection
  4. set clear field icon, autofocus and update page on changes to true.
  5. on IOS device, search for some incorrect word that shows the auto correct "asldjasd" for example
  6. keep the app open and switch to another open app
  7. go back to flutterflow app
  8. hit the clear text option on the textfield
  9. the blue autocorrect option should remain.
    1. if you navigate back from this page to the home page, the autocorrect stays

Reproducible from Blank

Bug Report Code (Required)

IT4gismBy4x1obhK7aX6bu9V/T04JWIhaJc0sdlud0wdCoDuBIk+ZPXsSBRBcMu6dGxpekSmmng00t75hYThDuwrORWuUbp41rhMUAqWQkS6QZOBC5G0OURREcNTJlyA17bU3yVCWfV1SkFh2jm6F++sVnXqJoC3IlFISq/LZO4=

Context

the textfield is a widget used extensiely throughtout the app. it is a major disruption to the user experience to have the auto correct breaking and also have it showing up in general when its standard to have it disabled for things like search. it looks to be a very simple thing to disable as well.

Visual documentation

https://github.com/FlutterFlow/flutterflow-issues/assets/138043801/d281602f-4f83-400a-a213-21ab9e5230a8

Additional Info

No response

Environment

- FlutterFlow version: 3.13.7
- Platform: Iphone 11
- Browser name and version:Chrome latest
- Operating system and version affected: IOS 17.2.1
aaronmt93 commented 6 months ago

commeting to bump

github-actions[bot] commented 6 months ago

This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.

aaronmt93 commented 6 months ago

bumping

github-actions[bot] commented 6 months ago

This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.

aaronmt93 commented 6 months ago

bumping

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.

aaronmt93 commented 5 months ago

bumping, anyone looking into this?

rzambroni commented 4 months ago

Hey @aaronmt93, sorry about the delay on the response. We are trying to get up to speed with all rerported issues.

I was able to reproduce the issue you are describing and will pass it on to the team so they can take a look. As soon as we have updates we will let you know where.

Thanks for the report!

aaronmt93 commented 4 months ago

thank you @rzambroni for the update!