fix(Stepper): readonly not work in lagacy mobile safari (#5976)
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user