Skip to content

Fix the regression with keyboard autosuggestions during typing in the non-niti TextFields#2925

Merged
Vladimir Mazunin (mazunin-v-jb) merged 1 commit into
jb-mainfrom
v.mazunin/fix-ios-autocorrect-regression
Mar 27, 2026
Merged

Fix the regression with keyboard autosuggestions during typing in the non-niti TextFields#2925
Vladimir Mazunin (mazunin-v-jb) merged 1 commit into
jb-mainfrom
v.mazunin/fix-ios-autocorrect-regression

Conversation

@mazunin-v-jb

@mazunin-v-jb Vladimir Mazunin (mazunin-v-jb) commented Mar 27, 2026

Copy link
Copy Markdown

The bug was due to not calling Text Input Delegate selectionWillChange and selectionDidChange calls, because they were wrongly hidden under usingNativeTextInput flag (they shouldn't)
Deleted hack with Text Input Delegate calls (should be not required anymore), restored the original behavior.

Fixes:
CMP-9991 [iOS] TextField. Autocorrect doesn't work correctly

Testing

This should be tested by QA

Release Notes

Fixes - iOS

  • (prerelease fix) Fix regression with the outdated and wrongly inserted keyboard suggestions in BasicTextField(TextFieldValue) and BasicTextField(TextFieldState)

@mazunin-v-jb Vladimir Mazunin (mazunin-v-jb) merged commit 1550696 into jb-main Mar 27, 2026
27 of 29 checks passed
@mazunin-v-jb Vladimir Mazunin (mazunin-v-jb) deleted the v.mazunin/fix-ios-autocorrect-regression branch March 27, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants