Update promo-question.vue

This commit is contained in:
Sneha 2024-01-09 18:08:59 +05:30
parent d39e705d9f
commit 9624deea4b

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, "");
}, 0);
},
},
components: {