add message for emojis not supported on this type

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

View File

@ -577,7 +577,7 @@
} */
function handleInputLabel(value) {
const inputLabel = document.querySelector(`label[for="${inputID}-label"] span`)
let inputLabel = document.querySelector(`label[for="${inputID}-label"] span`)
// create input label if not exists
if (!inputLabel) {