Lucas Nunes
Lucas Nunes
Same problem here using the code bellow to watch for 'forced changes' to the input using @click on a text. ``` watch: { 'form.primary_phone'(val) { if (val) this.form.primary_phone = mask(val,...
To what I was trying to accomplish on my previous comment: > Same problem here using the code bellow to watch for 'forced changes' to the input using @click on...
Using the main library as reference: [http://izitoast.marcelodolza.com/#Methods](url) To destroy all you use: `iziToast.destroy();` I tried: `this.$toast.destroy();` **worked** To hide an specific toast you must reference it with a class and...