diff --git a/auth/lib/ui/home_page.dart b/auth/lib/ui/home_page.dart index 4110a5f88e..81fd7ed586 100644 --- a/auth/lib/ui/home_page.dart +++ b/auth/lib/ui/home_page.dart @@ -238,6 +238,8 @@ class _HomePageState extends State { title: !_showSearchBox ? const Text('Ente Auth') : TextField( + autocorrect: false, + enableSuggestions: false, focusNode: searchInputFocusNode, autofocus: _searchText.isEmpty, controller: _textController,