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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: