diff --git a/lib/pages/home/search_page.dart b/lib/pages/home/search_page.dart index 07e5f46..314117d 100644 --- a/lib/pages/home/search_page.dart +++ b/lib/pages/home/search_page.dart @@ -761,6 +761,7 @@ class _SearchPageState extends BaseStoreState onSelected: (bool value) async { _searchText = text; _textEditController.text = text; + FocusManager.instance.primaryFocus.unfocus(); _callRefresh(); setState(() {}); },