fix(Stepper): readonly not work in lagacy mobile safari (#5976)

This commit is contained in:
neverland
2020-04-01 18:15:23 +08:00
committed by GitHub
parent cbe136ebdd
commit 537e80e37a
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ export default createComponent({
this.focused = true;
this.$emit('focus', event);
// hack for safari
// readonly not work in lagacy mobile safari
/* istanbul ignore if */
if (this.readonly) {
this.blur();