Is there a way to access a components children without adding an element with a modifier in ember like you can in react with the children prop.
When a component is hidden (via an {{#if}} for example it's replaced with a <!---> comment element. Is there a way to get that? Perhaps via the component manager or embers view registry or something?
#Get a components children without adding an element with a modifier
1 messages ยท Page 1 of 1 (latest)
I want to make an if component that animates it's child (only allows on child) using my own logic
And I would like to avoid having to add an element just to get the location of the components children in the dom
I think you have to use an element for that
The problem is that an element, even if it has display:none styling, will affect collapsed margins ๐ฆ