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

No automatic scrolling into the right after adding a new tag

jcblancomartinez opened this issue · comments

Hi,

I've configured Tags with horizontalScroll: true and TagsTextField enabled.

After having added four tags (Test1, Test2, Test3, Test4), I no longer see the TagsTextField to enter my fifth tag (Test5). I need to manually scroll into the right.

Screenshot from 2021-08-10 17-54-44

I would expect the widget to automatically scroll into the right, every time a new tag gets added, to ensure TagsTextField is always aligned to the right.

Thanks.

Best Regards.