I want to implement a textarea which has a dynamic height, so when user add new row then the textarea adapts its height to the new content. The resize property is set to none, and overflow: hidden. I have checked the behavior in chrome and works as expected but in firefox mysteriously doesn't work, the height stays static. Can someone helps me ?
Thank you :)