We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb647c commit 1cd0c14Copy full SHA for 1cd0c14
core/src/components/select/select.tsx
@@ -1163,6 +1163,8 @@ export class Select implements ComponentInterface {
1163
'label-floating': labelShouldFloat,
1164
'has-placeholder': placeholder !== undefined,
1165
'has-focus': hasFocus,
1166
+ // TODO(FW-6451): Remove `ion-focusable` class in favor of `has-focus`.
1167
+ 'ion-focusable': true,
1168
[`select-${rtl}`]: true,
1169
[`select-fill-${fill}`]: fill !== undefined,
1170
[`select-justify-${justify}`]: justifyEnabled,
0 commit comments