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

No automatic scrolling into the right after adding a new tag #85

Open jcblancomartinez opened 3 years ago

jcblancomartinez commented 3 years ago

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.