user7737654
user7737654

Reputation:

How to add emojis in a textbox in html

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

Answers (2)

DigiLive
DigiLive

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

A.Spinella
A.Spinella

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

Related Questions