-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
i am trying to use a modal (the modal is within BootsrapBlazor.Components.Modal) in a component within a component, so the modal is 2 layers deep. Because of this the modal starts to experience issues i think because its too deep.
using the BlazorPortals project fixes the modal by rendering it to a parent component, but that is a depricated project...
Describe the solution you'd like
because of these issues it would be really cool to see some kind of a portal implementation in BootstrapBlazor. But while there isnt one ill be using the depricated library for now...
Additional context
I can post code of an example of putting a modal 2 child components deep, but it should be easy to reproduce...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request