bug fix
This commit is contained in:
parent
4809f3b132
commit
196007727b
2
components/dist/input.js
vendored
2
components/dist/input.js
vendored
@ -361,7 +361,7 @@ customElements.define('sm-input',
|
||||
this.showError(_validity.errorText || this._errorText);
|
||||
}
|
||||
}
|
||||
return (_isValid && _customValid);
|
||||
return (_isValid && _validity.isValid);
|
||||
}
|
||||
}
|
||||
reset() {
|
||||
|
||||
2
components/dist/input.min.js
vendored
2
components/dist/input.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user