emoji-picker icon indicating copy to clipboard operation
emoji-picker copied to clipboard

no "onfocus" attribute on input form

Open Fabioamd87 opened this issue 4 years ago • 0 comments

I've noticed that when I use emoji-picker the onfocus attribute on my link doesn't work anymore, here is the code:

<input type="text" size="35" maxlength="500" name="chatbarText" id="chatbarText" onblur="checkStatus('');" onfocus="checkStatus('active');" data-emojiable="true">

this check enable a button to "activate" when there is text in the box to send to text.

I don't know if it's a synatax error in this form, or an errore elsewhere. Please tell me if you need more information

Thanks

Fabioamd87 avatar Mar 19 '20 09:03 Fabioamd87