lzhuor / auto_size_text_field

Flutter TextField widget that automatically resizes text field to fit perfectly within its bounds.
https://pub.dev/packages/auto_size_text_field
MIT License
52 stars 35 forks source link

Overflow field is missing #1

Closed BigJerBD closed 2 years ago

BigJerBD commented 4 years ago

Hello,

I'm using version 0.1.5 and I've noticed that the overflow field does not exists despite the documentation mentioning it.

If this is normal, how can I handle overflow properly with this package?

thanks =)

lzhuor commented 4 years ago

Thanks @BigJerBD , it was copied from auto_size_text which it's only available in Text and Text.rich widget. Will remove them.

lzhuor commented 2 years ago

Closed because overflow is not available in TextField