Directive to auto-grow or auto-resize textarea elements when typing
When true, animates the height changes of the textarea. Ensure a CSS transition is applied to the textarea.
Maximum height (in pixels) the element will automatically grow to. Can still be expanded manually beyond the max height. The minimum height is always the default height based on a textarea's `rows`.