scttcper / ngx-emoji-mart

Customizable Slack-like emoji picker for Angular
https://ngx-emoji-mart.vercel.app
MIT License
444 stars 90 forks source link

Anchors and emojis are not keyboard accessible #313

Open urish opened 4 years ago

urish commented 4 years ago

Since they are elements, they can't get keyboard focus. I suggest adding tabindex="0" attribute, making them focusable and usable for keyboard users.

scttcper commented 4 years ago

I'll do whatever they end up doing in https://github.com/missive/emoji-mart/issues/348

I'm very unoriginal.

rugk commented 4 years ago

Does https://github.com/missive/emoji-mart/pull/431 possibly fix this issue, too?

masha-mariya4 commented 2 years ago

@scttcper could you please add this https://github.com/Bluebotlaboratories/emoji-mart/pull/19 changes also?