React Native:Android TextInput autoCorrect={false} 不会禁用建议 [英] React Native: Android TextInput autoCorrect={false} does not disable suggestions

查看:12
本文介绍了React Native:Android TextInput autoCorrect={false} 不会禁用建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

autoCorrect={false} is suppose to force no suggestions mode, and therefore no underlining of text in the input field but it's not working.

2018 年 8 月 18 日更新:似乎禁用了建议,但没有禁用下划线.

UPDATE 8/18/18: It seems to disable the suggestions but not the underlining.

推荐答案

这是 React Native 中的一个错误,但您可以使用:keyboardType="visible-password" 来禁用自动更正建议.

It's a bug in React Native but you can use : keyboardType="visible-password" to disable autocorrect suggestions.

这篇关于React Native:Android TextInput autoCorrect={false} 不会禁用建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆