From 79e5a4197cf5b9798f5032f832b3160f5666cc84 Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 10 Jan 2023 12:39:45 +0700 Subject: [PATCH] TF-1354 Support auto-suggestion input the name with space --- .../presentation/widgets/email_address_input_builder.dart | 1 - .../widgets/autocomplete_contact_text_field_with_tags.dart | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/features/composer/presentation/widgets/email_address_input_builder.dart b/lib/features/composer/presentation/widgets/email_address_input_builder.dart index 5a9a22353..37db07c21 100644 --- a/lib/features/composer/presentation/widgets/email_address_input_builder.dart +++ b/lib/features/composer/presentation/widgets/email_address_input_builder.dart @@ -137,7 +137,6 @@ class EmailAddressInputBuilder { textInputAction: TextInputAction.done, hasAddButton: false, tagSpacing: 8, - delimiters: const [' '], autofocus: _prefixEmailAddress != PrefixEmailAddress.to && listEmailAddress.isEmpty, minTextFieldWidth: 20, resetTextOnSubmitted: true, diff --git a/lib/features/contact/presentation/widgets/autocomplete_contact_text_field_with_tags.dart b/lib/features/contact/presentation/widgets/autocomplete_contact_text_field_with_tags.dart index c02558581..ba87f990a 100644 --- a/lib/features/contact/presentation/widgets/autocomplete_contact_text_field_with_tags.dart +++ b/lib/features/contact/presentation/widgets/autocomplete_contact_text_field_with_tags.dart @@ -83,7 +83,6 @@ class _AutocompleteContactTextFieldWithTagsState extends State