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 8e5117f commit 837823bCopy full SHA for 837823b
1 file changed
etna/core/static/admin/js/inputLengthIndicators.js
@@ -58,7 +58,7 @@ const initializeLengthIndicator = function (input) {
58
};
59
60
document.addEventListener("DOMContentLoaded", function () {
61
- for (input of document.querySelectorAll(
+ for (let input of document.querySelectorAll(
62
".w-field__input input[maxlength], .w-field__input textarea[maxlength]",
63
)) {
64
initializeLengthIndicator(input);
0 commit comments