Skip to content
New issue

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

[Feature Request] Allow access to specific modal instance inside modal to close parent modal #468

Open
sskieller opened this issue Oct 25, 2022 · 2 comments
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged

Comments

@sskieller
Copy link

sskieller commented Oct 25, 2022

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

image

@sskieller sskieller added Feature Request Request to add a new feature Triage Issue needs to be triaged labels Oct 25, 2022
@sskieller
Copy link
Author

Right now, if you close the 'parent' modal a flash occur where the second modal is initialized twice

@sskieller
Copy link
Author

Updated with Repro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant