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
We have to wait for one render in order to measure the textarea and size it. We should likely apply the minimum height style on the first render to prevent this issue. We may need to remove the style when making the measurement to ensure the content can size the textarea.
With server side render (SSR) TextArea does not set init styles and showed full sized before scripts started.
http://imgur.com/a/IgjYt
I use some hack:
But think we can do it inside
TextArea
.The text was updated successfully, but these errors were encountered: