I need to reopen modal after dismiss but I don’t want recreate it. I need to reopen created modal before…
steps:
- create modal
- dismiss modal
- reopen modal
What is the best practices?
If I use present method, the modal will be recreated each time.
Please help me
2 posts - 2 participants