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

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
When we press enter on input field , message will not send like facebook
and how to display on label or span tag ?
Is this a Node.js module? Doesn’t seem to work on a regular webpage. Getting: “Uncaught ReferenceError: module is not defined”