From 9624deea4ba9d6f9a0a85aaa659de6ecf6da41c8 Mon Sep 17 00:00:00 2001 From: Sneha Date: Tue, 9 Jan 2024 18:08:59 +0530 Subject: [PATCH] Update promo-question.vue --- .../promo-modal-question/promo-question/promo-question.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/payment-method/promo-modal-question/promo-question/promo-question.vue b/src/layouts/payment-method/promo-modal-question/promo-question/promo-question.vue index 053e8eedc..e840c5ace 100644 --- a/src/layouts/payment-method/promo-modal-question/promo-question/promo-question.vue +++ b/src/layouts/payment-method/promo-modal-question/promo-question/promo-question.vue @@ -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: {