Hey folks,
When I submitted the form, can't really reset the modal.
Could you please give the right way to dispose the modal after hide it?
Thanks in advance!
M.
Hi Marcio,
You can dispose modal from your code using dispose function:
const modal = bootstrap.Modal.getInstance(myModalEl)
myModal.dispose()
stepperObj.goFirst();