Looking for a way to create a textarea with dynamic height that adjusts as the user adds new content? The resize property is set to none and overflow is hidden. It seems to be working correctly in Chrome, but Firefox is presenting some mysterious issues with the height remaining static. Any suggestions or solutions would be greatly appreciated!
Thank you :)