You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
I have worked around this by setting a state to toggle the autoCorrect prop on the TextInput child component.
When a suggestion callback is triggered, it disables the autocorrect state. In my renderSuggestionsRow, when an item is pressed, before executing the stopTracking callback, I reset the state to TRUE.
This mostly works, however if the suggestions are cancelled/stopped outside of pressing a button, then autoCorrect is never re-enabled.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So I type
@m
and get this...If I select the user
martin
, this happens:The text was updated successfully, but these errors were encountered: