Hi, I’m trying to create fully customize comment box. I like to add emoji button too. So, I create a button to add emoji. My emoji has html value like “” When I concatenate the emoji value to the RTB then it removes the formatting (because I convert both into html & then use concat()).
But if I keep RTB value to text & then add emoji, then emoji goes to next line.
I’ve worked on the CKEditor too but there is also problem of concatenating the html value to the editor content. CKEditor has one benefit that it provides the html output.
Looking forward to answers. Thanks in advance!