Prevent Detaching of Parent Component when Detaching Child Component

I’ve found that detaching a component that’s nested inside another component results in both the child and parent component becoming detached. The intention is for only the child component to be detached. The parent component should not be.

Is there a way to explore this topic further? Maybe I’m doing something incorrectly. Or maybe this is a feature request.

Interesting request.

I never had a case yet where I wanted to do so, to be hones.

Sounds like a feature request to me because it doesn’t seem to work.

Probably it’s intended as it is.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.