Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textarea: Optimize textarea when autogrow is disabled #43

Open
svanherk opened this issue Sep 12, 2018 · 0 comments
Open

Textarea: Optimize textarea when autogrow is disabled #43

svanherk opened this issue Sep 12, 2018 · 0 comments

Comments

@svanherk
Copy link
Contributor

Originally submitted by @mdgbayly:

Autogrow can be disabled by setting the rows attribute === maxrows.
However, this doesn't prevent the component from setting innerHtml on the mirror with each change.
Enhance component to optimize implementation to avoid any mutations when autogrow is disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant