没有字典提示的 AutoCompleteTextView
我有一个自动完成文本视图字段。问题是,在纵向视图中,除了显示在顶部的数组中的建议之外,下面还会弹出一个栏,其中包含字典中的建议。我似乎不知道如何禁用它们。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 XML 尝试中,
inputType="textNoSuggestions"
。来自开发人员文档:
In your XML try,
inputType="textNoSuggestions"
.From the Developer doc: