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
Autogrow is creating a span, that is appened to the body, and that is never removed.
It is like this:
<span style="position: absolute; top: -9999px; left: -9999px; width: auto; font-size: 12px; font-family: 'Segoe UI', Arial, sans-serif; font-weight: 400; letter-spacing: 0px; text-transform: none; white-space: nowrap;">my input field value is here</span>
Because I am constantly creating and removing input fields on which I apply the autogrow plugin, it makes the page code real messy with plenty of unremoved spans.
Please tell me what I can do to help you reproduce.
Thank you,
The text was updated successfully, but these errors were encountered:
No need to reproduce. That's normal behavior. The plugin would need a destroy method for cleaning up upon removal of elements. If I had a bit more time now, I'd implement this.
Ok then, I'll try to clean it up on my end for now. Thanks for the
explanation Simon!
Le jeu. 10 mars 2016 07:36, SimonSteinberger [email protected] a
écrit :
No need to reproduce. That's normal behavior. The plugin would need a
destroy method for cleaning up upon removal of elements. If I had a bit
more time now, I'd implement this.
—
Reply to this email directly or view it on GitHub #14 (comment)
.
Hi there,
Autogrow is creating a span, that is appened to the body, and that is never removed.
It is like this:
Because I am constantly creating and removing input fields on which I apply the autogrow plugin, it makes the page code real messy with plenty of unremoved spans.
Please tell me what I can do to help you reproduce.
Thank you,
The text was updated successfully, but these errors were encountered: