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:

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.

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
Environment Information
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:
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.
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