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
jquery.dropkick-1.0.3
JAWS should be able to read dropkick dropdowns
JAWS screen reader not able to read dropdowns created using following dropkick template.
dropdownTemplate = [ '<div class="dk_container {{ isDisabled }}" id="dk_container_{{ id }}" tabindex="{{ tabindex }}">', '<a class="dk_toggle">', '<span class="dk_label combinationText visibleElements">{{ label }}</span>', '</a>', '<div class="dk_options">', '<ul class="dk_options_inner">', '</ul>', '</div>', '</div>' ].join(''), // HTML template for dropdown options optionTemplate = '<li class="{{ current }}"><a data-dk-dropdown-value="{{ value }}">{{ text }}</a></li>',
I have tried adding role="combobox" after that it reads as combobox and not reading the options while pressing up and down arrow
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version of Dropkick:
jquery.dropkick-1.0.3
Expected Behavior
JAWS should be able to read dropkick dropdowns
Actual Behavior
JAWS screen reader not able to read dropdowns created using following dropkick template.
I have tried adding role="combobox" after that it reads as combobox and not reading the options while pressing up and down arrow
The text was updated successfully, but these errors were encountered: