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.
-
Alexander Westny
commented
Can the text input-element be auto-sized or be manually be re-sized when entering a long text? Now it's a super small text box with a lot of scrolling. Didn't the old web client have this function where the user could re-size the text area if needed?
-
Daniel Doubet
commented
Here is the css required to make the change:
.mud-input>textarea.mud-input-root{resize:vertical;height:6em}