dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Added accessibility fixes for DateInput component #1919

Closed Mil4n0r closed 5 months ago

Mil4n0r commented 6 months ago

Checklist (Check off all the items before submitting)

Description There were some accessibility issues regarding the incorrect use of aria-selected in a button, inappropiate roles inside the Calendar, etc.

IMPORTANT: This task required modifying the existing structure of the component so I would highly recommend to wait for the next release to merge it. Feel free to review it though.

Closes #1944, closes #1666

Mil4n0r commented 5 months ago

Closed for now until the topic is discussed.

Mil4n0r commented 5 months ago

Reopened.

Mil4n0r commented 5 months ago

Updated, now also fixes #1666