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
Well even though the prop might not be supported, TextInput still breaks the native functionality.
george-cz
changed the title
SpellCheck broken on Samsung devices (S8)
TextInput breaks spell system check on Samsung devices (S8)
Aug 23, 2017
george-cz
changed the title
TextInput breaks spell system check on Samsung devices (S8)
TextInput breaks system spell check on Samsung devices (S8)
Aug 23, 2017
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions.
stalebot
added
the
Stale
There has been a lack of activity on this issue and it may be closed soon.
label
Oct 22, 2017
Is this a bug report?
yes
Have you read the Contributing Guidelines?
yes
Environment
react-native -v
: 0.46.4node -v
: v6.9.5npm -v
: 3.10.10yarn --version
: 0.21.3Then, specify:
Steps to Reproduce
(Write your steps here:)
<TextInput value={this.state.val} onChangeText={this.onChange} editable={true} spellCheck={true} />
Expected Behavior
I would expect the text input to underline the invalid text with red line, allowing me to click it and select from close correctly spelled candidates.
Actual Behavior
The red line just flashes and then disappears, breaking the system spell check feature.
Reproducible Demo
https://snack.expo.io/B1-6Lw_uW
Fire this up and insert some text.
The text was updated successfully, but these errors were encountered: