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、これは Just Work™ になるはずです。
SuggestionDisplay
((DefaultSuggestionDisplay) suggestBox.getSuggestionDisplay()).hideSuggestions();