-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execute emojionearea box on top of my own icon, not from default smile icon #435
Comments
I've been working on this for a bit now, hope it can help. Still a work in progress on my end but it's working so far:
Edited to add comments and this note: you'll have to hide the default picker/icon with CSS. |
Thank you so much sir! Will try later 😁 |
How can I place the chosen input to my textarea when I select an emoji from the picker? |
What I want to happen is when I click the icon, the blue smile face, the area where I can pick emoji will pop in top of it, hoping you can help me sir thanks! |
From my own usage and searching the open and closed issues here on the repo, it looks like CSS is the best way to go here. By that I mean, you'd hide the default emojionearea and button with CSS and then position the picker window when it opens with CSS. Hope this helps! |
Hello sir, I will try thank you!! |
I have an emoji icon from font awesome that I want to use as when I click it, the emojionearea plugin will bring the emoji box on top of it then I can use it to add emojis on my textarea, just like facebook messenger. How can I do that?
The text was updated successfully, but these errors were encountered: