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
If you apply the resize:auto style to a Input.multiline the little handle to resize the textarea does appear, but it's not actually possible to resize the component.
If you apply the
resize:auto
style to aInput.multiline
the little handle to resize the textarea does appear, but it's not actually possible to resize the component.https://ellie-app.com/8jfHLZrQPNra1
This is since
Input.multiline
doesn't simply usetextarea
but has added some trickery to address #5The text was updated successfully, but these errors were encountered: