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
Currently, all textareas are only 2 lines and they need to be automatically resized using the resize handle. Instead, they should automatically (vertically) however much lines are in there so you don’t have to scroll in there also (in addition to the global scrollbar).
This can be easily done using Autosize. In addition, the resize handle can then be removed using CSS: textarea { resize:none; }
The text was updated successfully, but these errors were encountered:
Currently, all textareas are only 2 lines and they need to be automatically resized using the resize handle. Instead, they should automatically (vertically) however much lines are in there so you don’t have to scroll in there also (in addition to the global scrollbar).
This can be easily done using Autosize. In addition, the resize handle can then be removed using CSS: textarea { resize:none; }
The text was updated successfully, but these errors were encountered: