fix(select): use correct aria-haspopup value (#28265)

This commit is contained in:
Maria Hutt
2023-10-03 15:03:24 -07:00
committed by GitHub
parent 597bc3f085
commit 01167fc185

View File

@ -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}