React Native:Android TextInput autoCorrect = {false}不会禁用建议

时间:2018-05-02 21:19:13

标签: react-native react-native-android expo

autoCorrect = {false}假设不强制建议模式,因此输入字段中没有文本下划线但它不起作用。

更新8/18/18:似乎禁用了建议,但没有显示下划线。

3 个答案:

答案 0 :(得分:3)

这是React Native中的一个错误,但是您可以使用:select questiontype, count(distinct user_id) from t where answer is not null group by questiontype; 禁用自动更正建议。

答案 1 :(得分:1)

autoCorrect = {false}正在我的项目上运行某些android手机,但如果与keyboardType =“ visible-password”一起使用,则在我的项目上运行!

答案 2 :(得分:0)

这是React Native中的一个错误。

https://github.com/facebook/react-native/issues/18457

您现在的选择可能是:

  • 等待修复出来
  • 或提交PR以修复React Native中的问题
  • 或为具有正确行为的文本输入编写您自己的本机模块