clear naming for input
This commit is contained in:
@@ -190,6 +190,7 @@ class SearchScreen extends HookConsumerWidget {
|
|||||||
textEditingController: searchTextController,
|
textEditingController: searchTextController,
|
||||||
focusNode: searchFocusNode,
|
focusNode: searchFocusNode,
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
|
label: const Text('Address / Search'),
|
||||||
onSubmitted: (value) async {
|
onSubmitted: (value) async {
|
||||||
if (value.isNotEmpty) {
|
if (value.isNotEmpty) {
|
||||||
var newUrl = uri_parser.tryParseUrl(
|
var newUrl = uri_parser.tryParseUrl(
|
||||||
|
|||||||
Reference in New Issue
Block a user