jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

no "onfocus" attribute on input form #149

Open Fabioamd87 opened 4 years ago

Fabioamd87 commented 4 years ago

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