mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(select): class on component now indicates when select is open (#22846)
resolves #22801
This commit is contained in:
@@ -473,6 +473,7 @@ export class Select implements ComponentInterface {
|
||||
[mode]: true,
|
||||
'in-item': hostContext('ion-item', el),
|
||||
'select-disabled': disabled,
|
||||
'select-expanded': isExpanded
|
||||
}}
|
||||
>
|
||||
<div aria-hidden="true" class={selectTextClasses} part={textPart}>
|
||||
|
||||
Reference in New Issue
Block a user