parent
88ac7e28f6
commit
b867022473
|
@ -380,7 +380,9 @@ export default {
|
||||||
return this.partialPosition ? i : this.firstNonMaskPos;
|
return this.partialPosition ? i : this.firstNonMaskPos;
|
||||||
},
|
},
|
||||||
handleInputChange(event) {
|
handleInputChange(event) {
|
||||||
if (this.readonly) {
|
const isPasteEvent = event.type === 'paste';
|
||||||
|
|
||||||
|
if (this.readonly || isPasteEvent) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue