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

@ -166,6 +166,7 @@ export class Textarea implements TextareaComponent {
private emitStyle() {
this.ionStyle.emit({
'interactive': true,
'textarea': true,
'input': true,
'input-disabled': this.disabled,