jmadler / emoji-picker

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

Change input style #156

Open Nathn opened 4 years ago

Nathn commented 4 years ago

I want to use this emoji picker but when I add data-emojiable="True", my custom CSS style for the input is lost and it is changed to a default style I don't know how to change it. My custom style (with data-emojiable="False") : image The default style (with data-emojiable="True") : image

Is there a way I can change that ?