Nice addon, i will try it on Ext core to see if it works the same way.
Haven't tryed yet, but i see in the code it triggers on keyup?, what happens if the default text in the text area is bigger than the textarea?, it resizes too?.
I mean if i put text in the textarea from lets say a DB and that text is bigger it gets resized too?.
Can be applied directly to a HTML Text Area element, no need to create an Ext.Form.TextArea element
The main difference is that this extension can be applied directly to an HTML Text Area element also the Ext TextArea has some ugly problems with the scroll bar, just try it and see the scroll bar showing and hiding on each resize
different behaviours on Safari/Chrome and Firefox though.
in Safari/Chrome, typing an endlessly long string auto-wraps it; when string content height exceeds the height of the textarea, it doesn't grow.
in Firefox, typing the same endlessly long string doesn't auto-wrap it; textarea grows the moment a space or newline is introduced in the endlessly long string.