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 bd120f7 commit 66159a3Copy full SHA for 66159a3
1 file changed
assets/src/js/functions/input.js
@@ -108,7 +108,7 @@ Input.prototype.init = function () {
108
}
109
110
// Inizializzazione per textarea / charcounter
111
- else if (this.element.hasClass('autosize') || htmlElement.hasAttribute('charcounter')) {
+ else if (this.element.hasClass('autosize') || this.element.attr('charcounter')) {
112
if (this.element.hasClass('autosize'))
113
initCompleted = initTextareaInput(htmlElement);
114
0 commit comments