Merge pull request #1678 from Safelite/feature/CSR-1902

CSR-1902
This commit is contained in:
AMSNEHA 2024-01-09 19:18:56 +05:30 committed by GitHub
commit 616da3f503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,9 @@ export default {
},
methods: {
validateAlphanumeric() {
this.value = this.value.replace(ALPHANUMERIC_REGEX, "");
setTimeout(() => {
this.value = this.value.replace(ALPHANUMERIC_REGEX, "");
});
},
},
components: {