Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Description :

An accessibility issue has been identified where the aria-label attribute cannot be applied to a span element without a valid role attribute, specifically in the date icon element when assessed with the Axe Core Accessibility Tool.

This issue is occurring in both Datepicker and DateTimePicker

Sample: https://stackblitz.com/run?file=src%2Fapp.component.html


Replication Procedure:

  1. Run the sample.
  2. Open the console.
  3. Check with axe core tool.
  4. Scan the page.

Expected: Accessibility issue should not occur

Actual: aria-label attribute cannot be used on a span with no valid role attribute issue thrown