AliD201

Results 2 comments of AliD201

@xibman The current issue am seeing now is that it gets translated one time but never again. i did something like this: ```js const mailOrMobile = computed(() => { let...

you can do it basically like this: you have to trigger a revalidation on language switch and redefine everything ```js const rerunValidation = async () => { mailOrMobile.value =t('test') emailOrCustomStringSchema...