mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +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}
|
disabled={disabled}
|
||||||
id={inputId}
|
id={inputId}
|
||||||
aria-label={this.ariaLabel}
|
aria-label={this.ariaLabel}
|
||||||
aria-haspopup="listbox"
|
aria-haspopup="dialog"
|
||||||
aria-expanded={`${isExpanded}`}
|
aria-expanded={`${isExpanded}`}
|
||||||
onFocus={this.onFocus}
|
onFocus={this.onFocus}
|
||||||
onBlur={this.onBlur}
|
onBlur={this.onBlur}
|
||||||
|
Reference in New Issue
Block a user