Andrey Izman

Results 115 comments of Andrey Izman

You can set it in options, example ```js $("#emojionearea").emojioneArea({ placeholder: "Type text here", searchPlaceholder: "SEARCH", buttonTitle: "Use the TAB key to insert emoji faster", filters: { tones: {title: "Diversity"}, recent:...

I think it would be a good feature

Can you test it on this page https://jsfiddle.net/mervick/1v03Lqnu/765/ If the bug appear on this page too, please provide more information: screenshots, browser version.

I will check this on weekends, it's required to add new event, and also you will need to translate all emojis

Currently you can't. In next release I will add this feature

`emojioneAreas.data("emojioneArea").setText('');` should reset your input, I don't know how works your form, but probably you should create `new FormData()` after `emojioneAreas.data("emojioneArea").setText('');`

I didn't use es2015 modularization because it makes projects bigger with extra wrapper functions, I don't like that. Especially in small plugins. Code linting must be enabled in your IDE....

To build sources all you need to run ``` npm update npm run build ```

> fail to see how es2015 makes your project bigger, and even if it did if you are using a build process it should not matter? but to each there...