Dialog Service - Multiple Modals, Overlayed?

Hi. Is it possible to show multiple modals at the same time, however, each new modal needs to be shown from the currently active modal

This feature is available in Blazored Modal (See here) and they use a CascadingParameter.

An example would be I open a model, within that is a button that opens another modal etc... And when I close the top modal, I can still see the modal one level down.

This is how our dialogs works by default.

1 Like