TF-1354 Support auto-suggestion input the name with space

This commit is contained in:
dab246
2023-01-10 12:39:45 +07:00
committed by Dat H. Pham
parent 7367d7e1d2
commit 79e5a4197c
2 changed files with 0 additions and 2 deletions
@@ -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,
@@ -83,7 +83,6 @@ class _AutocompleteContactTextFieldWithTagsState extends State<AutocompleteConta
textInputAction: TextInputAction.done,
hasAddButton: false,
tagSpacing: BuildUtils.isWeb ? 12 : 8,
delimiters: const [' '],
autofocus: false,
minTextFieldWidth: 20,
resetTextOnSubmitted: true,