You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for this library, it is really useful!
However I noticed a problem with the autosize textarea, here are the steps to reproduce:
Launch the use_textarea_autosize example
Fill the textarea with enough content that it is higher than the browser window, and a scrollbar appears from the browser (its enough to hold Enter for some seconds)
Move cursor to middle of textarea
Type something
You will notice that the scroll position is changed, it goes up to the top of the page. I would expect the scroll position to remain unchanged.
The text was updated successfully, but these errors were encountered:
First of all thanks for this library, it is really useful!
However I noticed a problem with the autosize textarea, here are the steps to reproduce:
use_textarea_autosize
exampleYou will notice that the scroll position is changed, it goes up to the top of the page. I would expect the scroll position to remain unchanged.
The text was updated successfully, but these errors were encountered: