TF-1539: System auto detect the searching keyword once user press space
(cherry picked from commit 77ef3c4de347b20a8d0f4dae3c3b30def033723b)
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ class _TextFieldAutoCompleteEmailAddressState
|
|||||||
textEditingController: ttec,
|
textEditingController: ttec,
|
||||||
focusNode: tfn,
|
focusNode: tfn,
|
||||||
textfieldTagsController: _controller,
|
textfieldTagsController: _controller,
|
||||||
textSeparators: const [' ', ','],
|
textSeparators: const ['\n', ','],
|
||||||
letterCase: LetterCase.normal,
|
letterCase: LetterCase.normal,
|
||||||
validator: (String tag) {
|
validator: (String tag) {
|
||||||
if (_controller.getTags!.contains(tag)) {
|
if (_controller.getTags!.contains(tag)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user