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
I have an app, having 3 fields uses this
emoji-picker
and has a function for previewing contents of the field, since the pluginconverted to contenteditable rich text areas
my previousjquery 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