JedWatson / react-input-autosize

Auto-resizing input field for React
https://jedwatson.github.io/react-input-autosize
MIT License
769 stars 178 forks source link

Size isn't computed properly with custom fonts #174

Open jeremt opened 3 years ago

jeremt commented 3 years ago

Hi!

The size doesn't seem to be computed properly with custom fonts.

Capture d’écran 2020-11-23 à 21 14 12

Whenever you start typing the new values are properly changed:

Capture d’écran 2020-11-23 à 21 14 19

If you use default fonts, everything works fine:

Capture d’écran 2020-11-23 à 21 14 47

Thank you!