add message for emojis not supported on this type

main
alexanderroese 2024-07-25 21:51:18 +02:00
parent fb8b154a2b
commit 67d30d6e2c
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@
}
setTimeout(() => {
showErrorMessageIfEmojiNotSupported(document.querySelector(`#${inputID}`).value)
// showErrorMessageIfEmojiNotSupported(document.querySelector(`#${inputID}`).value)
document.querySelector(`#${inputID}`).addEventListener('input',(e)=>{
if(!document.querySelector(`label[for="${inputID}-label"] span`)){