Skip to content

Commit 62f48f9

Browse files
committed
clear naming for input
1 parent 5a46751 commit 62f48f9

File tree

1 file changed

+1
-0
lines changed
  • app/lib/features/geckoview/features/search/presentation/screens

1 file changed

+1
-0
lines changed

app/lib/features/geckoview/features/search/presentation/screens/search.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ class SearchScreen extends HookConsumerWidget {
190190
textEditingController: searchTextController,
191191
focusNode: searchFocusNode,
192192
autofocus: true,
193+
label: const Text('Address / Search'),
193194
onSubmitted: (value) async {
194195
if (value.isNotEmpty) {
195196
var newUrl = uri_parser.tryParseUrl(

0 commit comments

Comments
 (0)