flutter_tagging
flutter_tagging copied to clipboard
Stop new tags being added
Is there a way to stop new tags from being created if they are not in the suggestions list
Hi,
I know it is quite tough to understand and use this plugin. I spent 10 days on it and still struggling to implement it.
But i got the answer of your question.
Basically you want to disable the Add new Tags options right?
additionCallback: null,
Just change the value to null.
Is there a way to stop new tags from being created if they are not in the suggestions list
additionCallback: null,
if i want restrict to select only one tag from suggestion How can I do that?