This commit is contained in:
sairaj mote 2023-08-16 01:24:39 +05:30
parent 4809f3b132
commit 196007727b
2 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@ customElements.define('sm-input',
this.showError(_validity.errorText || this._errorText);
}
}
return (_isValid && _customValid);
return (_isValid && _validity.isValid);
}
}
reset() {

File diff suppressed because one or more lines are too long