-
Notifications
You must be signed in to change notification settings - Fork 57
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
Screenreader users can't type text #67
Comments
brandynbennett
changed the title
Screenreaders can't type text
Screenreaders users can't type text
Nov 1, 2017
brandynbennett
changed the title
Screenreaders users can't type text
Screenreader users can't type text
Nov 1, 2017
brandynbennett
added a commit
to brandynbennett/ember-power-select
that referenced
this issue
Nov 1, 2017
Part of fix for cibernox/ember-power-select-typeahead#67 in `ember-power-select-typeahead`
brandynbennett
added a commit
to brandynbennett/ember-power-select
that referenced
this issue
Nov 1, 2017
Part of fix for cibernox/ember-power-select-typeahead#67 in `ember-power-select-typeahead`
brandynbennett
added a commit
to brandynbennett/ember-power-select-typeahead
that referenced
this issue
Nov 1, 2017
A new version of `ember-power-select` accepts a `triggerRole` attribute which makes it possible to remove the `role="button"` that was on the trigger element, preventing screenreaders from typing
brandynbennett
added a commit
to brandynbennett/ember-power-select-typeahead
that referenced
this issue
Nov 1, 2017
A new version of `ember-power-select` accepts a `triggerRole` attribute which makes it possible to remove the `role="button"` that was on the trigger element, preventing screenreaders from typing
brandynbennett
added a commit
to brandynbennett/ember-power-select
that referenced
this issue
Nov 6, 2017
Part of fix for cibernox/ember-power-select-typeahead#67 in `ember-power-select-typeahead`
brandynbennett
added a commit
to brandynbennett/ember-power-select
that referenced
this issue
Nov 6, 2017
Part of fix for cibernox/ember-power-select-typeahead#67 in `ember-power-select-typeahead`
brandynbennett
added a commit
to brandynbennett/ember-power-select
that referenced
this issue
Nov 6, 2017
Part of fix for cibernox/ember-power-select-typeahead#67 in `ember-power-select-typeahead`
cibernox
pushed a commit
to cibernox/ember-power-select
that referenced
this issue
Nov 7, 2017
Part of fix for cibernox/ember-power-select-typeahead#67 in `ember-power-select-typeahead`
brandynbennett
added a commit
to brandynbennett/ember-power-select-typeahead
that referenced
this issue
Nov 7, 2017
A new version of `ember-power-select` accepts a `triggerRole` attribute which makes it possible to remove the `role="button"` that was on the trigger element, preventing screenreaders from typing
brandynbennett
added a commit
to brandynbennett/ember-power-select-typeahead
that referenced
this issue
Nov 7, 2017
A new version of `ember-power-select` accepts a `triggerRole` attribute which makes it possible to remove the `role="button"` that was on the trigger element, preventing screenreaders from typing
Looks like this issue can be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because the
ember-basic-dropdown
trigger element has an aria-role ofbutton
a screenreader is unable to enter the typeahead area to do any typing.I think it would make sense to make a
triggerRole
property inember-power-select
that would be passed through to therole
attribute on theember-basic-dropdown
trigger.The
<input>
on theember-power-select-typeahead/trigger
should also have a role ofcombobox
The text was updated successfully, but these errors were encountered: