cesarwbr / react-input-emoji

A React input with an option to pick emojis 😍 😜 😂 😛
https://cesarwbr.github.io/react-input-emoji/
MIT License
121 stars 64 forks source link

Is there way to fix customEmoji props #52

Open mrdeeds88 opened 9 months ago

mrdeeds88 commented 9 months ago

Hi there, I saw that we still can add customEmoji to InputEmoji component, but it seems the function doesn't work.

It seems the the emoji categories are fixed. Should we remove categories so we can add custom Emoji since the package use @emoji-mart, or please help me to find a way to custom the package.

Thanks!