woody180/vanilla-javascript-emoji-picker

Unable to insert only emoji

Closed this issue · 1 comments

new FgEmojiPicker({
trigger: ['button'],
position: ['bottom', 'right'],
preFetch: true,
emit(obj, triggerElement) {
document.querySelector('textarea').value += obj.emoji;
}
});

Hi. You must use this plugin with host. Otherwise it won't work!