From 1a5accc5f707f84063469c0bd3e5e153489f1e5d Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 1 Feb 2021 13:02:04 -0500 Subject: [PATCH] fix(select): class on component now indicates when select is open (#22846) resolves #22801 --- core/src/components/select/select.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/select/select.tsx b/core/src/components/select/select.tsx index 1d6a5f40fd..8ff4dde569 100644 --- a/core/src/components/select/select.tsx +++ b/core/src/components/select/select.tsx @@ -473,6 +473,7 @@ export class Select implements ComponentInterface { [mode]: true, 'in-item': hostContext('ion-item', el), 'select-disabled': disabled, + 'select-expanded': isExpanded }} >