asked on June 16, 2021
If I have a re-sizeable multi-line in forms, which has a handle like this to allow the user to resize it
And I hide it with a field rule, then show it, it collapses into the tiniest object.
I am using the jquery method for applying the re-sizeable feature since it is not an option under the Edit menu
//add ability for user to resize multi-line areas $(document).ready(function(){ $( ".resize textarea" ).resizable(); });
1
0