Hi there,
how do we handle closing a specific modal in Ionic 5 and Vue?
I have seen some old answers mentioning a modal id
property but I cannot find anything about it in the docs.
There is a dismiss()
method on the modal instance but that would require having the modals globally available.
Before I implement my own solution, is the id
property still available?
1 post - 1 participant