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
507 stars 127 forks source link

expose textfield controller #91

Open Carlo-TMC opened 2 years ago

Carlo-TMC commented 2 years ago

Any idea how i can put a text in TagsTextField? my objective is when user tap one of the tags, it will remove that tags and set the value of textfield base on what user taps. its like editing tags.