TF-1539: System auto detect the searching keyword once user press space

(cherry picked from commit 77ef3c4de347b20a8d0f4dae3c3b30def033723b)
This commit is contained in:
ManhNTX
2023-03-08 13:42:44 +07:00
committed by Dat Vu
parent 332ca1b351
commit 4562e310bb
@@ -114,7 +114,7 @@ class _TextFieldAutoCompleteEmailAddressState
textEditingController: ttec,
focusNode: tfn,
textfieldTagsController: _controller,
textSeparators: const [' ', ','],
textSeparators: const ['\n', ','],
letterCase: LetterCase.normal,
validator: (String tag) {
if (_controller.getTags!.contains(tag)) {