hideOnSelect property

bool hideOnSelect
final

Whether to keep the suggestions visible even after a suggestion has been selected.

Note that if this is disabled, the only way to close the suggestions box is either via the SuggestionsController or when the user closes the software keyboard with hideOnUnfocus set to true.

Users with a physical keyboard will be unable to close the box without additional logic.

Defaults to true.

Implementation

final bool hideOnSelect;