From 95b4aa9833594fc141bf830be3ebce9d5755abb4 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Sun, 29 Jun 2025 10:34:29 +0300 Subject: [PATCH] field value changed --- lib/widgets/shared/text_fields/app-textfield-custom.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/shared/text_fields/app-textfield-custom.dart b/lib/widgets/shared/text_fields/app-textfield-custom.dart index 93aef94d..2e76ee60 100644 --- a/lib/widgets/shared/text_fields/app-textfield-custom.dart +++ b/lib/widgets/shared/text_fields/app-textfield-custom.dart @@ -163,7 +163,7 @@ class _AppTextFieldCustomState extends State { } }, child: TextFormField( - textInputAction: TextInputAction.search, + textInputAction: TextInputAction.done, onEditingComplete: (){ widget.onEditingComplete?.call(); },