-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard controls and custom alt/title texts #83
Comments
@Cjschmidt I think both keyboard control and titles / alt texts are possible. It would be good to start with the specification: how exactly the keyboard control would work? which key combinations should be used? how it would behave if there are several emoji components on the page? Same for titles / alt texts - how would the configuration look like? do you mean to specify custom titles for all emojis (there are many of them) or just override the defaults? |
Related issue: #104 (with a suggested reference change from the original React emoji-mart library), I can start with that and see if it would also solve this request. |
I've just published version 10.0.0 with keyboard controls and accessibility improvements (use Keyboard controls are activated when the cursor is in the search field - emoji can be selected with arrow keys and confirmed with Enter (the |
We are currently using this package on websites which needs to be WCAG2.1 compliant. In order to be compliant, you need to be able to control everything with keyboard-only.
Is it possible to add keyboard control to this package? Right now you can't select or cycle trough the emojis using keyboard only.
Also is it possible to add custom titles/alt texts to the emojis?
The text was updated successfully, but these errors were encountered: