this is a fork of kalamuna/autogrow_textarea
It adds the ability to enable which textarea fields have the autogrow script applied from the form field UI settings instead of applying the script to all textareas
Adds jQuery NS-Autogrow to Drupal's textarea
Form API element.
- Download the latest release of this module's code here.
- Extract it into the modules directory of your Drupal root.
- Download the
jquery_ns_autogrow
library. - Extract it into the
libraries/jquery_ns_autogrow
directory inside your Drupal root.
Install and enabe the "Autogrow Textarea" module (drush en autogrow_textarea
).