I figured workaround by myself. I disabled your max/min. allowed size and add jQuery function that add size to maxlength attr.
$(‘#ID_of_textarea’).attr(‘maxlength’, ‘whatever_number_you_want’);
I figured workaround by myself. I disabled your max/min. allowed size and add jQuery function that add size to maxlength attr.
$(‘#ID_of_textarea’).attr(‘maxlength’, ‘whatever_number_you_want’);