Description
The anchor for SelectPanel
is rendered with aria-haspopup="true"
by default. The true
value for this HTML attribute is equivalent to menu
, implying that the related popup will have the menu
role.
SelectPanel
s have the listbox
role, not menu
, so the value of aria-haspopup
here should be listbox
.
Steps to reproduce
Render a SelectPanel
without a renderAnchor
prop defined.
Version
v35.27.1
Browser
Chrome