fix(select): cssClass + strong typed

This commit is contained in:
Manu Mtz.-Almeida
2018-04-27 18:25:03 +02:00
parent c0ec02e534
commit 826e02bcf0
8 changed files with 54 additions and 55 deletions

View File

@ -22,7 +22,6 @@ export class Textarea implements TextareaComponent {
color!: string;
didBlurAfterEdit = false;
styleTmr?: number;
@Element() el!: HTMLElement;