没有字典提示的 AutoCompleteTextView

发布于 2024-10-23 23:23:49 字数 93 浏览 0 评论 0原文

我有一个自动完成文本视图字段。问题是,在纵向视图中,除了显示在顶部的数组中的建议之外,下面还会弹出一个栏,其中包含字典中的建议。我似乎不知道如何禁用它们。

I have an Autocompletetextview field. The problem is that in portrait view, in addition to the suggestions from my array that show up top, a bar pops up below with suggestions from a dictionary. I can't seem to figure out how to disable those.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人疚 2024-10-30 23:23:49

在您的 XML 尝试中,inputType="textNoSuggestions"

来自开发人员文档

textNoSuggestions - 可以组合
与文本及其变体
指示 IME 不应显示
任何基于词典的单词建议。
对应于
TYPE_TEXT_FLAG_NO_SUGGESTIONS。

In your XML try, inputType="textNoSuggestions".

From the Developer doc:

textNoSuggestions - Can be combined
with text and its variations to
indicate that the IME should not show
any dictionary-based word suggestions.
Corresponds to
TYPE_TEXT_FLAG_NO_SUGGESTIONS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文