We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow access to specific modal instance inside modal, so that you can close the first modal opened while still keeping the second modal opened.
First modal opened First modal opens second modal First modal closed using its own instance ref Second modal still open
I have created a repro here: https://github.com/sskieller/Blazored.Modal-parent-child-repro
The text was updated successfully, but these errors were encountered:
Right now, if you close the 'parent' modal a flash occur where the second modal is initialized twice
Sorry, something went wrong.
Updated with Repro
No branches or pull requests
Allow access to specific modal instance inside modal, so that you can close the first modal opened while still keeping the second modal opened.
First modal opened
First modal opens second modal
First modal closed using its own instance ref
Second modal still open
I have created a repro here: https://github.com/sskieller/Blazored.Modal-parent-child-repro
The text was updated successfully, but these errors were encountered: