I’ve been a long user of AU1, today i decided to test AU2 just to see what changes and such. So far so good but i’m kinda stuck with a piece of code i’m trying to “migrate”.
Previously i had some kind of form builder who’s template was:
But it doesn’t look like we have a “compose tag” anymore.
In this case, i would have to replace my compose line with 3 conditional statements ie: if.bind="property.type === 'input’, one for each component ?
I might be mistaken but I think compose hasnt been ported yet and is in l the todolist. Also in v2 all elemets are prefixed to adhere to Webcomponents Standards. So try out au-compose instead but as mentioned I guess its not yet fully done