TF-1260: auto-complete dont input the final email
This commit is contained in:
@@ -48,4 +48,10 @@ class CustomController extends TextfieldTagsController {
|
||||
}
|
||||
super.onChanged(value);
|
||||
}
|
||||
|
||||
@override
|
||||
void onSubmitted(String value) {
|
||||
super.onSubmitted(value);
|
||||
actionAddTag?.call(value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user