Update promo-question.vue
This commit is contained in:
parent
d39e705d9f
commit
9624deea4b
1 changed files with 3 additions and 1 deletions
|
|
@ -43,7 +43,9 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
validateAlphanumeric() {
|
validateAlphanumeric() {
|
||||||
this.value = this.value.replace(ALPHANUMERIC_REGEX, "");
|
setTimeout(() => {
|
||||||
|
this.value = this.value.replace(ALPHANUMERIC_REGEX, "");
|
||||||
|
}, 0);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue