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
508 stars 124 forks source link

InputTags class doesn't take inputDecoration into account while creating the input field #16

Closed milosjovac closed 5 years ago

milosjovac commented 5 years ago

To fix it, this line: https://github.com/Dn-a/flutter_tags/blob/20adfae6398eb775926ec607454f6d6659b8822e/lib/input_tags.dart#L473 should look like this:

inputDecoration: widget.inputDecoration ?? InputDecoration(
Dn-a commented 5 years ago

@milosjovac ok, thanks

Vitaly-V commented 5 years ago

@Dn-a I have created pull request https://github.com/Dn-a/flutter_tags/pull/18 If I need to do something more to apply it, please let me know.

Dn-a commented 5 years ago

@Vitaly-V ok merged.

ScottEAdams commented 5 years ago

Found a similar issue with the suggestions text style. Added pull request #20 to deal with it.