-
Notifications
You must be signed in to change notification settings - Fork 28.5k
TextField text replacement on iOS when autocorrect disabled #74753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Issue replicable on latest master. code sample
flutter doctor -v
|
This issue is still replicable on stable 3.3 and master 3.7. Screen.Recording.2022-12-08.at.2.00.21.PM.movflutter doctor -v (mac)
|
@mzykiert @maheshmnj Did you find any solution to this? |
any update on this? still facing in ios 17 |
I do not think this is the case in UIKit apps. These are two different features and they just appear to be using the same UI. |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. |
Problem occure on ios when on device are defined Text Replacement (Settings->General-> Keyboard -> Text Replacement).
Despite disabled autocorrect for TextField text replacement still works.
We decide to disabled this feature because flutter have problem with tooltips (#12920) and user can't decide if he want to replace selected text. I belive autocorrect setting to false also should disable text replacement.
Steps to Reproduce
Code to reproduce problem:
Expected results:
Text shouldn't be replaced.
Actual results:
Text is replaced.
text_replacement_Trim.mp4
Logs
flutter doctor -v result:
The text was updated successfully, but these errors were encountered: