Dn-a / flutter_tags

With flutter tags you can create selectable or input tags that automatically adapt to the screen width
https://pub.dartlang.org/packages/flutter_tags
MIT License
508 stars 124 forks source link

How to programmatically submit the tags? #63

Open f2acode opened 4 years ago

f2acode commented 4 years ago

I wanted to submit using a button (maybe from input decoration), so that the user has another option instead of just the keyboard to submit, is that possible?

I needed to use a form out of the tags to do that now.

Dn-a commented 4 years ago

@f2acode thanks for the report. in the next releases I will add this feature

zatkontact commented 3 years ago

Is this feature already added @Dn-a ?