commit
616da3f503
1 changed files with 3 additions and 1 deletions
|
|
@ -43,7 +43,9 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
validateAlphanumeric() {
|
||||
this.value = this.value.replace(ALPHANUMERIC_REGEX, "");
|
||||
setTimeout(() => {
|
||||
this.value = this.value.replace(ALPHANUMERIC_REGEX, "");
|
||||
});
|
||||
},
|
||||
},
|
||||
components: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue