There doesn't seem to be a non-JS way of accepting plantext in an element that resizes to fit the text (like `<div>` does). https://css-tricks.com/auto-growing-inputs-textareas/ Could a layout mode be added to textarea to make it behave like `<div>`?
There doesn't seem to be a non-JS way of accepting plantext in an element that resizes to fit the text (like
<div>does).https://css-tricks.com/auto-growing-inputs-textareas/
Could a layout mode be added to textarea to make it behave like
<div>?