Quantcast
Channel: WPQuark Knowledge Base » All Posts
Viewing all articles
Browse latest Browse all 5050

Reply To: Cyrillic characters counted twice and other problem

$
0
0

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’);


Viewing all articles
Browse latest Browse all 5050