We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597bc3f commit 01167fcCopy full SHA for 01167fc
core/src/components/select/select.tsx
@@ -1041,7 +1041,7 @@ Developers can use the "legacy" property to continue using the legacy form marku
1041
disabled={disabled}
1042
id={inputId}
1043
aria-label={this.ariaLabel}
1044
- aria-haspopup="listbox"
+ aria-haspopup="dialog"
1045
aria-expanded={`${isExpanded}`}
1046
onFocus={this.onFocus}
1047
onBlur={this.onBlur}
0 commit comments