add message for emojis not supported on this type
parent
42e7f6da4b
commit
fb8b154a2b
|
@ -561,9 +561,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
showErrorMessageIfEmojiNotSupported(document.querySelector(`#${inputID}`).value)
|
||||
|
||||
setTimeout(() => {
|
||||
showErrorMessageIfEmojiNotSupported(document.querySelector(`#${inputID}`).value)
|
||||
|
||||
document.querySelector(`#${inputID}`).addEventListener('input',(e)=>{
|
||||
if(!document.querySelector(`label[for="${inputID}-label"] span`)){
|
||||
const span = document.createElement("span");
|
||||
|
|
Loading…
Reference in New Issue