add message for emojis not supported on this type
parent
fb8b154a2b
commit
67d30d6e2c
|
@ -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`)){
|
||||
|
|
Loading…
Reference in New Issue