Help: How can I keep the parent modal open when opening the child modal?
I have a parent action that opens a slide-over. Inside that slide-over, a Section has a header action that opens another slide-over. When I open the child slide-over, the parent closes. When I close the child, the parent reopens.
Expected behavior:
Parent slide-over stays open when the child opens
Both slide-overs visible simultaneously (stacked)
Actual behavior:
Parent closes when child opens
Parent reopens when child closes
Is there a way to prevent the parent from closing, or should I use a different approach?
0 Replies