We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently only role=grid and role=listbox are supported.
It would also be nice to support [and default to] role=list, but that's a separate issue.
The text was updated successfully, but these errors were encountered:
Add List support for role=menu.
2cf45a4
It works similarly to role=listbox. Also refactor how Renderer roles are set by adding a Renderer#parentRole property. Fixes ibm-js#604.
d2a1038
More changes related to List support for role=menu.
b701186
Change most of the role === "listbox" checks to role !== "grid". Refs ibm-js#604.
27d3d17
wkeese
No branches or pull requests
Currently only role=grid and role=listbox are supported.
It would also be nice to support [and default to] role=list, but that's a separate issue.
The text was updated successfully, but these errors were encountered: