You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The aria-describedby of the ui5-date-picker inner input points to a non-existing element. Currently it points to a ${this._id}-date, but there is no such element. Probably ${this._id}-desc is the correct one. (should point to the element with "Date" text). Add a test in order to prevent future similar issues.
Hello @SAP/ui5-webcomponents-topic-b ,
Could you please check this issue?
Describe the bug
The aria-describedby of the ui5-date-picker inner input points to a non-existing element. Currently it points to a
${this._id}-date
, but there is no such element. Probably${this._id}-desc
is the correct one. (should point to the element with "Date" text). Add a test in order to prevent future similar issues.To reproduce
Steps to reproduce the behavior:
Note: See the Accessibility Status Wiki of the Date Picker for more info and update the wiki, when the issue is resolved.
Affected components
ui5-date-picker
The text was updated successfully, but these errors were encountered: