jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

emoji selector is not showing in my input even after including all the files #26

Closed rishav37 closed 7 years ago

lucasfalanga commented 8 years ago

Hello!

Did you make it work? I'm having the same issue.

Thanks!

marcosmfjunior commented 8 years ago

+1

MikeMoralesDEV commented 8 years ago

The same here.

dawidof commented 8 years ago

+1

dawidof commented 8 years ago

without function like this

// Initializes and creates emoji set from sprite sheet window.emojiPicker = new EmojiPicker({ emojiable_selector: '[data-emojiable=true]', assetsPath: 'lib/img/', popupButtonClasses: 'fa fa-smile-o' }); // Finds all elements with emojiable_selector and converts them to rich emoji input fields // You may want to delay this step if you have dynamically created input fields that appear later in the loading process // It can be called as many times as necessary; previously converted input fields will not be converted again window.emojiPicker.discover();

works for me

aditya748 commented 8 years ago

@dawidof Idk why this is not mentioned in docs. It worked for me (y)

Tauka commented 8 years ago

@rishav37 @lucasfalanga @marcosmfjunior Also include font-awesome css, worked for me

noushad-pp commented 8 years ago

included all files. added emojipicker.discover(). still not working. versions: "angular": "^1.4.0",

TimBest commented 7 years ago

So there is currently no default emoji selector one must be added using the popupButtonClasses. In the demo we use font awesome to add the selector.

anudeepjusanu commented 7 years ago

Is this working with angular???

noushad-pp commented 7 years ago

@anudeepjusanu yes it is. but you have to include the files yourself and initialise the emojipicker

OlehPetrykUA commented 6 years ago

@noushad-pp i added all files in angular cli , still not working