EmojiPanel icon indicating copy to clipboard operation
EmojiPanel copied to clipboard

Is this abandoned?

Open fclaussen opened this issue 5 years ago • 2 comments

Is this project abandoned?

fclaussen avatar Apr 11 '19 20:04 fclaussen

Pretty much yeah. I gave up after not finding a good solution to input the emojis into a textarea. https://github.com/danbovey/EmojiPanel/issues/21

danbovey avatar Apr 13 '19 13:04 danbovey

Pretty much yeah. I gave up after not finding a good solution to input the emojis into a textarea. #21

Is it not possible to place IMG inside input (SVG in your case) but you can achieve the same by doing <div contenteditable="true"></div>

Check out this solution

KunalTanwar avatar Oct 21 '21 13:10 KunalTanwar