adopted-ember-addons / ember-pikaday

A datepicker component for Ember CLI projects.
MIT License
158 stars 169 forks source link

Accessibility ARIA support #170

Closed mdcoopir closed 6 years ago

mdcoopir commented 6 years ago

We are trying to make the widget accessible by adding the aria-hiddden=true attribute to the div container for the calendar. That way the screen readers will not read the dropdown calendar, which would confuse people. It would only read the input field. Can we add this functionality to ember pikday.

Thanks,

Mark

Ritthjp commented 6 years ago

Yes agreed. Needs to be accessible.

duizendnegen commented 6 years ago

I'm not sure this needs to take place on ember-pikaday, this fits best on https://github.com/dbushell/Pikaday - that one actually draws the div.