TF-1354 Support auto-suggestion input the name with space
This commit is contained in:
@@ -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,
|
||||
|
||||
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user