jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

One signal - Emoji Unicode input - spacing issue #98

Closed Vidhya-Dilip closed 6 years ago

Vidhya-Dilip commented 6 years ago

screen shot 2018-01-12 at 2 26 17 pm

Emojis and text are inserted without any space in between. Is there any way to append space on selecting emoji from picker?

Vidhya-Dilip commented 6 years ago

Fixed the issue. Appended unicode 'NO-BREAK SPACE' to each emoji selected, in jquery.emojiarea.js file. Hope it will help someone having the same issue.