0👍
I was able to this by assigneing the null to v modal in finally of form submit function call.
.finally(() => {
this.countryCodeList = null;
})
Source:stackexchange.com
0👍
I was able to this by assigneing the null to v modal in finally of form submit function call.
.finally(() => {
this.countryCodeList = null;
})