Skip to content

Can't set ComboBox's button to aria-hidden="false" #3793

Description

@paterasMSFT

You can set a ComboBox's button's icon's aria-label via buttonIconProps, but screen readers don't read that value, presumably because the parent button is set to aria-hidden="true". ComboBox hard-codes that value to true, and there doesn't seem to be a mechanism to change that.

Can we expose a way to set aria-hidden to false?

Also, is there a reason why the aria-label is being set on the button's icon, and not the button itself?

Metadata

Metadata

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions