-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Auto correction doesn't call onChangeText #22691
Copy link
Copy link
Closed
Labels
BugComponent: TextInputRelated to the TextInput component.Related to the TextInput component.Platform: iOSiOS applications.iOS applications.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Metadata
Metadata
Assignees
Labels
BugComponent: TextInputRelated to the TextInput component.Related to the TextInput component.Platform: iOSiOS applications.iOS applications.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Environment
Description
Autocorrection for iOS doesn't call onChangeText for TextInput.
Reproducible Demo
If I select text from autocorrection onChangeText doesn't work.
Example:
If I click "armed" onChangeText won't be called.