tommoor / emojione-picker

A react emoji picker for use with emojione
http://tommoor.github.io/emojione-picker
MIT License
261 stars 61 forks source link

convertion from short name to emoji in chat #46

Closed suganya-g closed 7 years ago

suganya-g commented 7 years ago

when i used emojione-picker in my chat module , when clicking on one emoji i could fetch the shortname in my chattext but when clicking on chat send,the shortname was not converted to the exact emoji as expected.what is the problem?? should i have to define a method to convert shortname to emoji??

tommoor commented 7 years ago

Hi @suganya-g - this module is only a UI picker, all other operations around converting and handling emojis would need to be provided by your own code.