autoCorrect = {false}假设不强制建议模式,因此输入字段中没有文本下划线但它不起作用。
更新8/18/18:似乎禁用了建议,但没有显示下划线。
答案 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
您现在的选择可能是: