suggestions property

List<String> suggestions
final

List of suggestions to display. The StandardSearchBar class will pass the filtered and ordered suggestions to this class.

Implementation

final List<String> suggestions;