Reintroduce "Multiline" Behavior for Text Input Boxes in NG Web Client
The feature request aims to bring back the "Multiline" behavior for text input boxes in the NG web client, similar to how it worked in the old web client. This enhancement will allow users to expand text input boxes to accommodate multiple lines of text, providing a more seamless and user-friendly experience when dealing with longer inputs or when composing messages that require a larger writing space. By reintroducing the "Multiline" behavior, users can effortlessly resize text input boxes, leading to improved productivity and enhanced user satisfaction.
1
vote
AdminJeffery Maynard
(Product Support Consultant, Novacura)
shared this idea
-
Daniel Doubet commented
Here is the css required to make the change:
.mud-input>textarea.mud-input-root{resize:vertical;height:6em}