emoji-picker-react icon indicating copy to clipboard operation
emoji-picker-react copied to clipboard

The most popular React Emoji Picker

Results 144 emoji-picker-react issues
Sort by recently updated
recently updated
newest added

Hi All, So I'm using the emoji picker in my Blazor application and for some reason it is not working on Mac. I initially developed it on Windows and it...

This is what I get when I run `npm run build` for `Nextjs`: ``` info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules info - Linting and...

Here's a screenshot: To reproduce, simply open the live demo codesandbox, and update as shown:

I'm trying to pull the unified value and populate a backend api with that value, but i'm not getting a value populate. Any ideas. ``` const handleEmoji = (emojiData, event)...

Sweet little library you added here, its a helpful contribution to the FOSS world! **Issue** EmojiPicker component produces 404's in console from jsdelivr. Ideally the component shouldn't depend on being...

Whe the issue #151 was closed the version 3.2.0 introduced two new props, - disableSkinTonePicker - disableSearchBar but disableSearchBar is not present in the current version

So far there are two options to choose from while customizing `suggestedEmojisMode`: 1. `SuggestionMode.FREQUENT` 2. `SuggestionMode.RECENT` both are based on the user's local storage. What I need is a more...

I'm making an app for my young kids and I don't want them accidentally sending eggplants and peaches to grandma :laughing: I tried removing the specific entries from `src/data/emojis.ts` and...