Andarist / react-textarea-autosize

<textarea /> component for React which grows with content
http://andarist.github.io/react-textarea-autosize/
MIT License
2.18k stars 244 forks source link

Page scrolls up when typing (when being zoomed out in Safari) #356

Open cymen opened 1 year ago

cymen commented 1 year ago

It looks like Safari has a bug as reported here:

https://bugs.webkit.org/show_bug.cgi?id=237225

A similar node module has a bug report for the same issue here:

https://github.com/jackmoore/autosize/issues/396

I'm just opening this issue here in case others run into it. Not 100% sure it's identical but it looks like same problem.