options property

Set<String> options
final

The set of predefined string options for autocomplete suggestions.

Type: Set

Usage: As the user types, matching options (case-insensitive) are filtered and displayed in a dropdown. Defaults to an empty set, disabling autocomplete.

Implementation

final Set<String> options;