tthallos / vue-autosize

A simple Vue directive for autosize
http://mage3k.github.io/vue-autosize
MIT License
45 stars 8 forks source link

Does not account for font-size #10

Closed xiangcatherine closed 7 years ago

xiangcatherine commented 7 years ago

Hi,

It seems that the input autosize does not account for font-size within the input.

For example if font-size: 200%, the text will get cut off:

screen shot 2017-09-12 at 9 42 05 pm
xiangcatherine commented 7 years ago

Could you offer any recommendation on how to proceed? I would really like to use in my project but cannot because of this issue

tthallos commented 7 years ago

@xiangcatherine I already fixed it, but not update in demo page. You can install again after remove installed version in your project.

xiangcatherine commented 7 years ago

thanks!