mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
style(all): adds tslint-ionic-rules
This commit is contained in:
@ -60,4 +60,4 @@ export interface TextareaComponent extends InputBaseComponent {
|
||||
cols: number;
|
||||
rows: number;
|
||||
wrap: string;
|
||||
}
|
||||
}
|
||||
|
||||
@ -358,10 +358,10 @@ export class Input implements InputComponent {
|
||||
/>,
|
||||
<button
|
||||
hidden={this.clearInput !== true}
|
||||
class="text-input-clear-icon"
|
||||
class='text-input-clear-icon'
|
||||
onClick={this.clearTextInput.bind(this)}
|
||||
onMouseDown={this.clearTextInput.bind(this)}>
|
||||
</button>
|
||||
]
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
@ -326,6 +326,6 @@ export class Textarea implements TextareaComponent {
|
||||
>
|
||||
{this.value}
|
||||
</textarea>
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user