Skip to content

Name property or Aria-label is not provided for ComboBox #16981

@yangster23

Description

@yangster23

Environment Information

  • Package version(s): 7.64
  • Browser and OS versions:
    Windows Version: Win10
    Chrome Version: 87.0.4280.88 (Official Build) (64-bit)

Describe the issue:

Accessible name property is not provided for combo box despite attempting to pass aria-label property. Accessibility users won't be able to understand purpose of the control. Using Accessibility Insight's fast pass, following error is provided:

image

Please provide a reproduction of the issue in a codepen:

https://codepen.io/jonny-yang/pen/bGBgwJV

Actual behavior:

The name property or aria-label attribute does not exist for combo box.

image

As no name property assigned to combo box, screen readers like NVDA is only announcing "combo box collapsed has auto complete" if there is no data.

Expected behavior:

The name property or aria label should be provided for combo box.

Documentation describing expected behavior

https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions