add message for emojis not supported on this type
parent
e5f1440991
commit
318fe397eb
|
@ -585,7 +585,9 @@
|
||||||
span.style.marginLeft = `10px`
|
span.style.marginLeft = `10px`
|
||||||
document.querySelector(`label[for="${inputID}-label"]`).appendChild(span)
|
document.querySelector(`label[for="${inputID}-label"]`).appendChild(span)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inputLabel = document.querySelector(`label[for="${inputID}-label"] span`)
|
||||||
|
|
||||||
// show current used char length
|
// show current used char length
|
||||||
inputLabel.style.display = `inline`
|
inputLabel.style.display = `inline`
|
||||||
inputLabel.style.color = null;
|
inputLabel.style.color = null;
|
||||||
|
|
Loading…
Reference in New Issue