TF-1354 Support auto-suggestion input the name with space
This commit is contained in:
@@ -137,7 +137,6 @@ class EmailAddressInputBuilder {
|
|||||||
textInputAction: TextInputAction.done,
|
textInputAction: TextInputAction.done,
|
||||||
hasAddButton: false,
|
hasAddButton: false,
|
||||||
tagSpacing: 8,
|
tagSpacing: 8,
|
||||||
delimiters: const [' '],
|
|
||||||
autofocus: _prefixEmailAddress != PrefixEmailAddress.to && listEmailAddress.isEmpty,
|
autofocus: _prefixEmailAddress != PrefixEmailAddress.to && listEmailAddress.isEmpty,
|
||||||
minTextFieldWidth: 20,
|
minTextFieldWidth: 20,
|
||||||
resetTextOnSubmitted: true,
|
resetTextOnSubmitted: true,
|
||||||
|
|||||||
-1
@@ -83,7 +83,6 @@ class _AutocompleteContactTextFieldWithTagsState extends State<AutocompleteConta
|
|||||||
textInputAction: TextInputAction.done,
|
textInputAction: TextInputAction.done,
|
||||||
hasAddButton: false,
|
hasAddButton: false,
|
||||||
tagSpacing: BuildUtils.isWeb ? 12 : 8,
|
tagSpacing: BuildUtils.isWeb ? 12 : 8,
|
||||||
delimiters: const [' '],
|
|
||||||
autofocus: false,
|
autofocus: false,
|
||||||
minTextFieldWidth: 20,
|
minTextFieldWidth: 20,
|
||||||
resetTextOnSubmitted: true,
|
resetTextOnSubmitted: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user