I have a textarea field, which I would like to automatically adjust according to number of lines used (i.e., if the user enters one line, the field height will show that line only, but if the user enters a long text, the field will show all the lines of text). I would like it to happen dynamically, without using scroll (overflow). I would appreciate help with this.
thanks