mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(select): use correct aria-haspopup value (#28265)
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user