mervick / emojionearea

Emoji Picker Plugin for jQuery
https://jsfiddle.net/mervick/1v03Lqnu/765/
MIT License
953 stars 257 forks source link

the emoji btn can be placed on the left side and the plugin cant be used on a 'ckeditor5 document' textarea #431

Open yar-developer opened 3 years ago

yar-developer commented 3 years ago

hi,

  1. is there a config for placing the emoji btn on the other(left) side of the input (in the direction:rtl page)? the 'pickerPosition' config doesn't work and it doesn't have 'left' value
  2. i didnt find a config for setting the width of the container? is CSS the only way?
  3. is it possible for using it on textarea which already has 'ckeditor 5 document' installed on it? i tried, but it didn't work
mervick commented 3 years ago

Hello, 1) no 2) css is the only way 3) no

yar-developer commented 3 years ago

hi, for number 2, if we want to use CSS, the classes that the plugin produces for two textareas are the same, so it will be a little bit difficult to select, do you have any solution? and for all the 3 issues above, do you have any planning for development? if so, when will the updated version probably be released? thank you

mervick commented 3 years ago

Yes, I was planning to fix this in a future version, but I cannot say when I will. Therefore, do not hope for a quick fix.

carpii commented 3 years ago

@yar-developer

If you apply a CSS class to the source input or textarea, it gets copied over to the resulting div.emojionearea

You could use this to differentiate..

https://jsfiddle.net/6cjzph3k/