jmadler / emoji-picker

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

On change event for converted input fields #118

Closed aldrienht closed 6 years ago

aldrienht commented 6 years ago

I have an app, having 3 fields uses this emoji-picker and has a function for previewing contents of the field, since the plugin converted to contenteditable rich text areas my previous jquery keyup function will not work anymore, where can i set the onchange event of the new converted field to get it's value (both text & emojis). Thanks