emoji-picker
emoji-picker copied to clipboard
no "onfocus" attribute on input form
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