role="combobox" is missing for Select
Author: jandrew44Created Jul 15, 2026Updated Jul 15, 2026
Environment
- Package version(s): @blueprintjs/core: 6.17.2 @blueprintjs/select: 6.3.3
- Operating System: Windows 10 Home Edition
- Browser name and version: Google Chrome 150.0.7871.124
Code Sandbox
Can be reproduced on the Blueprint docs page: https://blueprintjs.com/docs/#select/select-component
Steps to reproduce
- Folow the link
- Inspect the select element in developer console
- Note some accessibility attributes are present(aria-expanded, aria-haspopup etc.) but attribute role is missing
Actual behavior
Some accessibility attributes are present(aria-expanded, aria-haspopup etc.) but attribute role is missing.
Expected behavior
role="combobox" should be assigned to the element
It works as expected in case of MultiSelect.
Possible solution
None.
Source: palantir/blueprint