suggestion property

List<String> suggestion
final

If you want to display suggestions as you type, pass the suggestions here.

When you enter something, it will search from the string passed here and pop up only the matches.

入力の最中にサジェストを表示したい場合、その候補をここに渡します。

何かを入力するとここに渡された文字列から検索を行い、一致するものだけをポップアップで表示します。

Implementation

final List<String> suggestion;