mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
fix(inputs): interactive css to rule all them
This commit is contained in:

committed by
Manu MA

parent
2b624fcb34
commit
1bd546758e
@ -443,7 +443,7 @@ export class Select {
|
||||
|
||||
private emitStyle() {
|
||||
this.ionStyle.emit({
|
||||
'input': true,
|
||||
'interactive': true,
|
||||
'select': true,
|
||||
'select-disabled': this.disabled,
|
||||
'input-has-value': this.hasValue()
|
||||
|
Reference in New Issue
Block a user