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
fix(ui5-color-picker): provide meaningful labels for the inner input components (#5217)
Issue description:
The screen reader should announce meaningful messages
in relation to the inner input controls of the "ui5-color-picker".
Solution:
The "accessibleName" property is enabled for the "ui5-slider"
and "ui5-range-slider" components.
The missing label references for the "ui5-color-picker" inner input
components are added as per specification.
Related to: #5015
Related to: #5023
0 commit comments