flutter_tagging icon indicating copy to clipboard operation
flutter_tagging copied to clipboard

Stop new tags being added

Open Pureshores opened this issue 4 years ago • 3 comments

Is there a way to stop new tags from being created if they are not in the suggestions list

Pureshores avatar May 04 '20 08:05 Pureshores

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.

rayad avatar Jun 08 '20 10:06 rayad

Is there a way to stop new tags from being created if they are not in the suggestions list

additionCallback: null,

rayad avatar Jun 08 '20 10:06 rayad

if i want restrict to select only one tag from suggestion How can I do that?

tusharuit25 avatar Apr 29 '21 10:04 tusharuit25