We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a47c26 commit 9a861d6Copy full SHA for 9a861d6
textcounter.js
@@ -94,6 +94,7 @@
94
if (textCount === base.options.max && base.options.max !== 0) {
95
// TextCounter: maxcount(el) Callback
96
base.options.maxcount(base.el);
97
+ base.clearErrors('max');
98
99
} else if (textCount > base.options.max && base.options.max !== 0) {
100
if (base.options.stopInputAtMaximum) { // if the string should be trimmed at the maximum length
0 commit comments