TF-1260: auto-complete dont input the final email

This commit is contained in:
ManhNTX
2022-12-05 23:18:30 +07:00
committed by Dat H. Pham
parent e45afae82e
commit a4fd61e0ac
2 changed files with 10 additions and 0 deletions
@@ -48,4 +48,10 @@ class CustomController extends TextfieldTagsController {
}
super.onChanged(value);
}
@override
void onSubmitted(String value) {
super.onSubmitted(value);
actionAddTag?.call(value);
}
}