scttcper / ngx-emoji-mart

Customizable Slack-like emoji picker for Angular
https://ngx-emoji-mart.vercel.app
MIT License
450 stars 94 forks source link

Custom Emoji is undefined after clicking #352

Open gitalvininfo opened 4 years ago

gitalvininfo commented 4 years ago

Hi, I managed to add a custom emoji add display it properly, but the problem is, when I click on it the emitted value is undefined.

This is the format of the object I passed to custom emoji.

{ name: 'Octocat', shortNames: ['octocat'], text: '', emoticons: [], keywords: ['github'], imageUrl: 'https://github.githubassets.com/images/icons/emoji/octocat.png', },

Please tell me if I miss something. Thanks