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
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Basically, IE sets the scrollHeight of an empty textbox to 0 rather than the line height, but will return the proper height if the value is even just a space (new lines didn't seem to work). So, we set config.append = ' '; and called it a day. It may make sense to fix this in the library though.