Simple Emoji Picker For Text Fields – Emoji Picker

Category: Form , Javascript | October 7, 2018
Author:glauberramos
Views Total:13,141 views
Official Page:Go to website
Last Update:October 7, 2018
License:MIT

Preview:

Simple Emoji Picker For Text Fields – Emoji Picker

Description:

Just another emoji picker built in pure JavaScript that works on both input and text field.

How to use it:

Link to the emoji picker’s JavaScript file:

<script src="emojiPicker.js"></script>

Initialize the emoji picker and we’re ready to go.

window.EmojiPicker.init()

Add the data-emoji=”true” attribute to any text fields and done.

<h2>Input Field</h2>
<input data-emoji="true" type="text" class="form-control">
<h2>Textarea</h2>
<textarea data-emoji="true"  class="form-control"></textarea>

Changelog:

v0.2.1 (10/07/2018)

  • Fix size

You Might Be Interested In:


3 thoughts on “Simple Emoji Picker For Text Fields – Emoji Picker

  1. Andrew Ace

    Is this a Node.js module? Doesn’t seem to work on a regular webpage. Getting: “Uncaught ReferenceError: module is not defined”

    Reply

Leave a Reply