Autosize text areas filled dynamically
-
Hi,
Thank you for this nice little plugin !
I have a small request; i have a repeater with a text area for which the content is added dynamically, via javascript (i.e. when i select a specific value in another field of the row, the text area is filled with the corresponding content).
In this case, the text area won’t resize (it will resize only if i edit the text area or if i save the post).My javascript skills are limited, so i didn’t manage to add a code that makes it work. Here is what i have :
$(“[data-name=’product’] select”).on(“change”, function (???));
Thank you in advance !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Autosize text areas filled dynamically’ is closed to new replies.