#8212·blueprint

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

  1. Folow the link
  2. Inspect the select element in developer console
  3. 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.