Solutionunvalidated
Alternative: update height manually — I set up a function on the textarea's input event. Tension: ensuring that the text will always be fully visible. Outcome: automatically adjusts the textarea's `height` to its `scrollHeight`.
8ebe1a68-09b9-4e91-bd2c-320fb079f0df
Alternative: update height manually — I set up a function on the textarea's input event. Tension: ensuring that the text will always be fully visible. Outcome: automatically adjusts the textarea's height to its scrollHeight.