add message for emojis not supported on this type
parent
318fe397eb
commit
afca75aa82
|
@ -577,7 +577,7 @@
|
||||||
} */
|
} */
|
||||||
|
|
||||||
function handleInputLabel(value) {
|
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
|
// create input label if not exists
|
||||||
if (!inputLabel) {
|
if (!inputLabel) {
|
||||||
|
|
Loading…
Reference in New Issue