add message for emojis not supported on this type

main
alexanderroese 2024-07-25 22:30:14 +02:00
parent e5f1440991
commit 318fe397eb
1 changed files with 3 additions and 1 deletions

View File

@ -585,7 +585,9 @@
span.style.marginLeft = `10px` span.style.marginLeft = `10px`
document.querySelector(`label[for="${inputID}-label"]`).appendChild(span) document.querySelector(`label[for="${inputID}-label"]`).appendChild(span)
} }
inputLabel = document.querySelector(`label[for="${inputID}-label"] span`)
// show current used char length // show current used char length
inputLabel.style.display = `inline` inputLabel.style.display = `inline`
inputLabel.style.color = null; inputLabel.style.color = null;