fix(inputs): interactive css to rule all them

This commit is contained in:
Manu Mtz.-Almeida
2018-05-09 17:13:27 +02:00
committed by Manu MA
parent 2b624fcb34
commit 1bd546758e
10 changed files with 12 additions and 19 deletions

View File

@ -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()