Skip to content

Commit 1cd0c14

Browse files
committed
docs(select): add todo for ion-focusable
1 parent 7eb647c commit 1cd0c14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/components/select/select.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,8 @@ export class Select implements ComponentInterface {
11631163
'label-floating': labelShouldFloat,
11641164
'has-placeholder': placeholder !== undefined,
11651165
'has-focus': hasFocus,
1166+
// TODO(FW-6451): Remove `ion-focusable` class in favor of `has-focus`.
1167+
'ion-focusable': true,
11661168
[`select-${rtl}`]: true,
11671169
[`select-fill-${fill}`]: fill !== undefined,
11681170
[`select-justify-${justify}`]: justifyEnabled,

0 commit comments

Comments
 (0)