Is this a bug report?
yes
yes
Environment
react-native -v: 0.46.4
node -v: v6.9.5
npm -v: 3.10.10
yarn --version: 0.21.3
Then, specify:
- Target Platform: Android (Samsung)
- Development Operating System: MacOS
- Build tools: using create-react-native-app and Expo
Steps to Reproduce
(Write your steps here:)
- Use Samsung S8 with latest firmware (should be reproducible S6 and above)
- Enable Spell Checker in the phone menu
- Create controlled
<TextInput value={this.state.val} onChangeText={this.onChange} editable={true} spellCheck={true} />
- Run the app and input some obviously wrong spelled text, (e.g. aiefsjaliesfj or adsjfaleifjlaisef :))
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.
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.