diff --git a/lib/components/search_form.dart b/lib/components/search_form.dart index e214b32..86872eb 100644 --- a/lib/components/search_form.dart +++ b/lib/components/search_form.dart @@ -60,6 +60,7 @@ class _SearchFormState extends State { builder: (context) => SearchPage(query: searchQuery))); searchController.clear(); + FocusScope.of(context).requestFocus(FocusNode()); }, child: const Text('Search'), ),