Reputation:
Hi I want to try and add emojis to my html5 textbox I tried to to something like this <input type="text" emoji>
and also like this <input type="emoji">
but it still does not work
if anyone could help that would be great
Upvotes: 0
Views: 23821
Reputation: 1103
Another picker is available at https://github.com/DigiLive/EmojiPopper
This one utilizes the popper component of bootstrap 4 without altering/replacing the original html element.
Upvotes: 0
Reputation: 11
check this answer here
And if you want to create a box to select the emoji, just use the Emoji-picker.
Upvotes: 1