diy / jquery-emojiarea

A rich textarea control that supports emojis, WYSIWYG-style.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render Emoji As You Type

hendrasan opened this issue Β· comments

Is there a way to render emoji as you type? So when you type πŸ˜„ , the contenteditable div will rerender the text into smile emoji?

I used jquery emojify plugin to dynamically update div as one types into it.