Nedim Arabacı

Results 55 comments of Nedim Arabacı

Sorry but, jQuery is not allowed :/

Hi @cyorobert, I guess I forgot to declare the dependency on wrapper. I will check, thanks.

Hımm good point. Currently, we don't have that functionality.

Currently, it appends picker as a child to input's parent. Here is a quick solution; 1- Add a parameter to init function named "container"; https://github.com/needim/wdt-emoji-bundle/blob/714c82beb95094519a14169c83d9e694fbbd799c/wdt-emoji-bundle.js#L54 ```javascript wdtEmojiBundle.init = function (selector,...

Usage should be like this; ```javascript wdtEmojiBundle.init('.your-inputs-selector', '.your-container'); ``` Container must be child of input's parent.

Oh yeah, we should update the caret position after emoji select 👍

Thanks! Currently i have issues with my internet at home. I will review when it’s possible.

Yep, you are right. I created a new object because I wanted performance gain for the loops. (mainly for this function: wdtEmojiBundle.fillPickerPopup()) It would be nice to have just one...

@VLazzarova Can you try with capital letter of B: **wdtEmojiBundle**.init