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:
@ -147,7 +147,9 @@ export class InputBase extends Ion {
|
||||
* @private
|
||||
*/
|
||||
checkClearOnEdit(inputValue: string) {
|
||||
if(!this._clearOnEdit) { return; }
|
||||
if (!this._clearOnEdit) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Did the input value change after it was blurred and edited?
|
||||
if (this._didBlurAfterEdit && this.hasValue()) {
|
||||
|
Reference in New Issue
Block a user