WTW-IM / es-components

React components built for products in Exchange Solutions
https://wtw-im.github.io/es-components/
18 stars 35 forks source link

Fix: removed unnecessary aria-labels from dateinputs #850

Closed Darrken closed 3 weeks ago

Darrken commented 3 weeks ago

The aria-labels on each of the inputs comprising the DateInput component aren't necessary. The placeholder values will be read by screen readers.

In addition, when adding a Label with an htmlFor referencing the id of the DateInput, the aria-label conflicted and prevented the label from being read by screen readers.

Jira Ticket

github-actions[bot] commented 3 weeks ago

Commitlint

commitlint results

All commit messages are correctly formatted.

github-actions[bot] commented 3 weeks ago

Commitlint

commitlint results

All commit messages are correctly formatted.