autogrow icon indicating copy to clipboard operation
autogrow copied to clipboard

Sets focus to textarea

Open chriscfox opened this issue 8 years ago • 2 comments

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?

chriscfox avatar Jan 19 '17 08:01 chriscfox

That's weird. It shouldn't. There's no focus set in the code. Maybe you're setting the focus elsewhere?

ultimatedelman avatar Jan 19 '17 18:01 ultimatedelman

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.

chriscfox avatar Jan 19 '17 21:01 chriscfox