This commit is contained in:
Ming Ming 2023-05-15 21:23:55 +08:00
parent fb02f3c9b0
commit 022184f30e

View file

@ -161,7 +161,6 @@ class _ShareeInputViewState extends State<_ShareeInputView> {
hintText: L10n.global().addUserInputHint,
),
),
direction: AxisDirection.up,
suggestionsCallback: _onSearch,
itemBuilder: (context, suggestion) => ListTile(
title: Text(suggestion.label),