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

autofocus: false does not allow the keyboard to open #57

Closed lizbrownwood closed 4 years ago

lizbrownwood commented 4 years ago

I need to set autofocus to false because I am using it in a form with other text fields and I don't want to focus on tags as it is at the end of the form. However, when I set that to false, when tapping on new tags text field, it comes out of focus immediately and closes the keyboard before user get a chance to type anything.

lizbrownwood commented 4 years ago

Not a bug.