StopVerbosity
StopVerbosity copied to clipboard
Limit the amount of text that is permitted in a textarea.
Using the current version v1.14.2 and the Default Options sample code from the code tab, I get an "Uncaught RangeError: Maximum call stack size exceeded" error where the max characters...
When I set the limit over 580 and copy paste the text having character count above 580 the plugin breaks. It will giving the "too much recursion" error on console....
Is there a way to use this plugin so that the limit actually comes from the maxlength attribute of the textarea? As I understand the use of the plugin, you...
when you insert new lines the count is wrong insert only new lines in the basic example of maxlength=10
Could you improve the plugin just controlling the text counter by id or class. In this way, i can put the countdown where i want. Thanks a lot