Open RomanSoviak opened 3 years ago
@Dn-a How can I set the text to Edit Text field from code?
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.
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?