Skip to content

Commit 01167fc

Browse files
authored
fix(select): use correct aria-haspopup value (#28265)
1 parent 597bc3f commit 01167fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/select/select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ Developers can use the "legacy" property to continue using the legacy form marku
10411041
disabled={disabled}
10421042
id={inputId}
10431043
aria-label={this.ariaLabel}
1044-
aria-haspopup="listbox"
1044+
aria-haspopup="dialog"
10451045
aria-expanded={`${isExpanded}`}
10461046
onFocus={this.onFocus}
10471047
onBlur={this.onBlur}

0 commit comments

Comments
 (0)