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