filterSuggestions property

  1. @Input()
bool filterSuggestions
getter/setter pair

Allow filtering of suggestions as the user is typing.

When false always show the full list of suggestions. Defaults to true.

Implementation

@Input()
bool filterSuggestions = true;