This commit is contained in:
Aevann1 2021-11-27 01:45:11 +02:00
parent 7068981bf2
commit e5ab485f10
6 changed files with 53 additions and 16 deletions

View file

@ -74,7 +74,7 @@ function charLimit(form, text) {
text.style.color = "#A0AEC0";
}
text.innerText = maxLength - length;
text.innerText = length + ' / ' + maxLength;
}