jm-david / emoji-mart-vue

One component to pick them all 👊🏼
https://jm-david.github.io/emoji-mart-vue
BSD 3-Clause "New" or "Revised" License
603 stars 82 forks source link

EmojiList should be keyboard accessible #79

Open LukeGarrigan opened 3 years ago

LukeGarrigan commented 3 years ago

When focusing on the emoji-picker the user should be able to use arrow-keys or tab to navigate through the list of emojis.

A similar change was made to the main parent of this project (emoji-mart) Issue: https://github.com/missive/emoji-mart/issues/218 PR: https://github.com/missive/emoji-mart/pull/284

It would be great if a similar change would be made in this project!