mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
refactor(item, range): remove item-specific logic (#26520)
This commit is contained in:
@ -650,7 +650,7 @@ export class Input implements ComponentInterface {
|
||||
[`input-fill-${fill}`]: fill !== undefined,
|
||||
[`input-shape-${shape}`]: shape !== undefined,
|
||||
[`input-label-placement-${labelPlacement}`]: true,
|
||||
'in-full-item': hostContext('ion-item:not(.item-lines-inset)', this.el),
|
||||
'in-item': hostContext('ion-item', this.el),
|
||||
})}
|
||||
>
|
||||
<label class="input-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user