Skip to content

Commit

Permalink
fix(select): use correct aria-haspopup value (#28265)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC authored Oct 3, 2023
1 parent 597bc3f commit 01167fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/select/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ Developers can use the "legacy" property to continue using the legacy form marku
disabled={disabled}
id={inputId}
aria-label={this.ariaLabel}
aria-haspopup="listbox"
aria-haspopup="dialog"
aria-expanded={`${isExpanded}`}
onFocus={this.onFocus}
onBlur={this.onBlur}
Expand Down

0 comments on commit 01167fc

Please sign in to comment.