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

Add possibility to pass textController #72

Open RomanSoviak opened 3 years ago

RomanSoviak commented 3 years ago

After setState on widget my inputted text in TagsTextField became deleted. In my simple TextField I can manage it with TextController. Please Add possibility to pass textController to TagsTextField or how can I save the text inputted in TagsTextField before called setState() on Widget?

RomanSoviak commented 3 years ago

@Dn-a How can I set the text to Edit Text field from code?

malath-anaya commented 2 years ago

Is this observation already considered @Dn-a? I'm running into a similar issue as I want to allow submitting inputted text in TagsTextField with a space not just with an enter, which can be managed by the textController as well.