momentum-design / momentum-ui

Momentum UI is a collection of UI libraries for implementing Momentum Design into web applications and websites.
https://momentum.design
MIT License
199 stars 204 forks source link

fix(cx-14211): use property name as ariaLabel #1604

Closed neelabhnagaich closed 5 months ago

neelabhnagaich commented 5 months ago

currently we are passing aria-label with the same semantic name as 'aria-label' due to which screen reader is announcing at md-combobox level which is not expected hence changing it to not use the same pre defined name for property.

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots:

Before (If applicable):

After:

Types of changes

Checklist: