-
Notifications
You must be signed in to change notification settings - Fork 187
Description
Component/pattern to amend
Multi-line text field
Visual
(https://vanillaframework.io/docs/base/forms)
Context
Currently the multi line text field allows dragging the corner to adjust the height and width of the text field. It relies on individual implementations to decide if the vertical and horizontal resizing should be allowed. Horizontal dragging many times breaks the UI and the vertical is easily missed. A lot of times we end up with a small height of the box, which makes it hard for users to scroll within a small available space to see what they wrote.
My proposal is that we enlarge the vertical height as the user types their text, so that the text field automatically grows with height together with text. Fort certain use cases there might be a need to still define the max height of the text field.