suggestions property

List<T> suggestions
final

List of available suggestions for autocomplete functionality.

Items from this list are filtered and presented to the user during typing. The actual filtering logic is managed internally based on text input.

Implementation

final List<T> suggestions;