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

Option to have Modals not close when a page navigation occurs [Feature Request] #478

Open
TravisNorwood opened this issue Nov 29, 2022 · 0 comments
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged

Comments

@TravisNorwood
Copy link

Is your feature request related to a problem? Please describe.
We use modals for a busy spinner, to show the user processing is being done and keep the user from doing anything with the UI during that time. We'd like to have to option to keep that busy spinner modal open even after navigating to a new page (because some pages take time to do the rendering work and still need a busy spinner showing)

Describe the solution you'd like
Add a boolean on ModalOptions for CloseWhenNavigating (or DontCloseWhenNavigating if you prefer it phrased that way to keep all options false when not set). If this is set, don't close the modal when navigating to a new location.

Describe alternatives you've considered
None

Additional context
None

@TravisNorwood TravisNorwood added Feature Request Request to add a new feature Triage Issue needs to be triaged labels Nov 29, 2022
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