ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
991 stars 166 forks source link

Making emojis in the "Reactions" (as well as the {+} button) selectable via arrow keys and have the first one autofocused/selected #411

Open Johannes5 opened 2 months ago

Johannes5 commented 2 months ago

I'm considering using your emoji-picker-react component in an app.

I want it to be in "reactions-mode" per default. (and I feed the reacitons prop with a specific selection of emojis)

What I haven't been able to do is to make sure that the first emoji (of those "reactions") is highlighted. And that I can highlight the adjacent emojis with the arrow keys. This only seems to be working when the picker is expanded.