标签: android-edittext android-softkeyboard keyboard-events autosuggest
我想在自动提供键盘功能的情况下禁用Soft键盘中EditText中输入文本的缓存。我试过下面的代码
android:inputType="textNoSuggestions|textMultiLine"
但它禁用了键盘建议本身。我尝试在Turn off autosuggest for EditText链接上提到android:inputType="textFilter"但是它没有解决我的目的(我只是想禁用缓存而不是键盘建议)。请帮忙。
android:inputType="textFilter"