Closed
Description
Describe the bug
Our accessibility scanner reports that when the time picker dialogs are open, there is no aria-label, and throws a violation for ARIA dialog and alertdialog nodes should have an accessible name
. I tried to see if there is an existing matching aria-label but doesn't seem to be available.
To Reproduce
Run any accessibility scanner when the time picker dialog is opened.
Expected behavior
To have aria-label on time picker dialogs or allow us to set aria-labels for time picker dialogs
Desktop & mobile (please complete the following information):
- Browser: Chrome v126
- Library version: 8.8.1
Thank you!