Skip to content
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

MaterialRichEditor - ToolbarButtons have a hard coded tabindex of -1 #388

Open
chamgda opened this issue Jul 23, 2019 · 1 comment
Open

Comments

@chamgda
Copy link

chamgda commented Jul 23, 2019

ToolbarButtons having a hard coded tabindex of -1 makes it impossible to control the editor with a keyboard. This should either be configurable or the tabindex should have a default of 0 because of keyboard accessibility.

@kevzlou7979
Copy link
Contributor

Oh I see, I think this was a default implementation of the library we've used, I will take a look if we can dynamically get the widget and preset the tab-index value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants