diff --git a/app/lib/features/bangs/presentation/screens/search.dart b/app/lib/features/bangs/presentation/screens/search.dart index ec2be849..85677923 100644 --- a/app/lib/features/bangs/presentation/screens/search.dart +++ b/app/lib/features/bangs/presentation/screens/search.dart @@ -33,6 +33,8 @@ class BangSearchScreen extends HookConsumerWidget { appBar: AppBar( title: TextField( controller: textEditingController, + autofocus: true, + autocorrect: false, decoration: const InputDecoration.collapsed(hintText: 'Search'), ), actions: [