mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
style(input): fix lints
This commit is contained in:
@ -221,7 +221,7 @@ export class TextInput extends InputBase {
|
||||
}
|
||||
|
||||
// By default, password inputs clear after focus when they have content
|
||||
if(this.type === 'password' && this.clearOnEdit !== false) {
|
||||
if (this.type === 'password' && this.clearOnEdit !== false) {
|
||||
this.clearOnEdit = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user