TumDremoDus
New Member
Im doing a little comment feature for a business app.Each comment is a span if you click on it it changes into a textareaProblem is that I want the textarea to take the same amount of space as the text in it (like the span when not editing)I have found solutions that let rows grow with text (jQuery Autosize etc) but are there any solution that let both width and height grow with the text?