wdt-emoji-bundle
wdt-emoji-bundle copied to clipboard
Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
Im user 'on' to bind select event. ``` wdtEmojiBundle.on('select', function (event) { XXXXXXXX }); ``` can do I unbind it? is there an off() function? Thanks.
I wonder why there is no Unicode display support in this library? 😂 Some of the characters display just out of the box, the other may require an extra font,...
I keep having this issue: `Uncaught TypeError: EmojiConvertor is not a constructor at Object.wdtEmojiBundle.init (wdt-emoji-bundle.js:60) at submit:40` This is the line: `self.emoji = new EmojiConvertor();`
Is there a way to close popover outside the click of emoji selection or the popover selector ?
I don't understand the recent tab. It doesn't include anything and when you click on it, it doesn't get selected. Is there any documentation about it or is this a...
Hi there, Thank you for this amazing job. How can in integrate the picker with angularjs application ? i Hope to see an angular version. Thanks !
The component is really nice but it is clear that it was not designed from the beginning to be used for efficient memory usage or for adding dynamically. If I...
Is there a way to make the emoji container/box scroll with the rest of the page?
**wdtEmojiBundle.emoji.replace_unified()** not correctly replace emoji with variation modifiers in **"emoji.min.js"** but is working correctly in **"emoji.js"**. Probably cause by the minifier incorrectly converting the unicode characters on this line: `self.rx_unified...
While trying to `import 'wdt-emoji-bundle';` I've ran into the following error: _Module not found: Error: Can't resolve 'js-emoji'_ I think this is similar to [#12](https://github.com/needim/wdt-emoji-bundle/issues/12). Any idea what the issue...