Dn-a / flutter_tags

With flutter tags you can create selectable or input tags that automatically adapt to the screen width

Home Page:https://pub.dartlang.org/packages/flutter_tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autofocus: false does not allow the keyboard to open

lizbrownwood opened this issue · comments

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.

Not a bug.