WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Accessible date picker?

for

From: Swift, Daniel P.
Date: Nov 4, 2022 7:24AM


Have you explored input type date? I'm not sure how much you can style it, but it's not too bad on the eyes and seems to be accessible and supported across the latest version of all modern browsers.

https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_date
https://caniuse.com/?search=input%20date

Daniel Swift, MBA
Director of Web Communications
University Communications and Marketing
West Chester University
610.738.0589

From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of Josua Muheim
Sent: Friday, November 4, 2022 4:48 AM
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: [WebAIM] Accessible date picker?

Hello everybody

Yesterday, I asked for an accessible filterable multi-select (combobox). Still hoping to get some feedback there.

For the same client, I'm looking for a truly accessible date picker. We already decided to use Duet Date Picker (https://www.duetds.com/components/date-picker<https://www.duetds.com/components/date-picker>) one year ago, but we are unsure whether it is still maintained. And maybe meanwhile some new alternatives were born?

Again, it must be vanilla JS (no jQuery etc.).

Any hints? Thank you.
Josua