autogrow
autogrow copied to clipboard
Sets focus to textarea
When I run autogrow it seems to change the focus to the textarea, causing my page to immediately scroll down.
How can I prevent that?
That's weird. It shouldn't. There's no focus set in the code. Maybe you're setting the focus elsewhere?
After some fiddling, I worked out that the problem occurs only when I set { onInitialize: true } . If I don't do that it is fine. No other changes to my code, so I don't think it is happening anywhere else.