I’m making the suggestion here as well, as requested by Alan Cutter:
Which is to allow the following CSS to automatically change the height of a <textarea>
depending on its content:
textarea {
height: max-content;
}
This is related to the iframe resize and height animation requests:
Where I also have a working demo:
https://craigfrancis.github.io/iframe-height/additional/textarea/