Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想添加每当我按下重置按钮时建议列表应该被隐藏的功能。我已经尝试了 hideSuggestionList() 方法,但它显示为已弃用。请帮我。提前致谢。
如果您不使用自己的SuggestionDisplay,那么这应该只是工作™:
SuggestionDisplay
((DefaultSuggestionDisplay) suggestBox.getSuggestionDisplay()).hideSuggestions();