diff --git a/core/src/components/select/select.tsx b/core/src/components/select/select.tsx index 639d8e22a3..a508709400 100644 --- a/core/src/components/select/select.tsx +++ b/core/src/components/select/select.tsx @@ -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}