-
Notifications
You must be signed in to change notification settings - Fork 25.1k
autoCorrect not working on android api 27 #18457
Copy link
Copy link
Closed
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.Issue: Author Provided ReproThis issue can be reproduced in Snack or an attached project.This issue can be reproduced in Snack or an attached project.Platform: AndroidAndroid applications.Android 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.
Description
- I have reviewed the documentation
- I have searched existing issues
- I am using the latest React Native version
On android api 27, autoCorrect={false} of TextInput does not disable auto suggest.
Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.6.0
Yarn: 1.3.2
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: ^16.3.0-alpha.1 => 16.3.0-alpha.2
react-native: 0.54.2 => 0.54.2
Steps to Reproduce
-
clone repo, yarn, run-android
https://github.com/jimji1005/rn-android-keyboard-bug
or -
react-native init testProject
-
add TextInput and autoCorrrect={false}
-
launch on android emulator or device with api 27
-
type into textinput
Expected Behavior
auto suggest would be disabled
Actual Behavior
auto suggest still working
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.Issue: Author Provided ReproThis issue can be reproduced in Snack or an attached project.This issue can be reproduced in Snack or an attached project.Platform: AndroidAndroid applications.Android 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.
