Open AndrejCoder opened 4 years ago
In your form that is being rendered... what is the "type" of the component? This would only work if you were rendering a component with a type of "custom-panel" like this...
{
"type": "custom-panel"
}
instead of this...
{
"type": "panel"
}
Of course I use
{ "type": "custom-panel" }
I work with your demo project and refactor it. If you try it too, you take wrong result too...
The problem is still relevant.
CustomComponent.ts
app.component.ts
Render
I do not know off the top of my head. This would need to be assigned to a developer to investigate, and from the looks of it is not a high priority item. If you would like to pay to expedite resolution, then please send a message to support@form.io and we can get that setup for you.
is this a duplicate of https://github.com/formio/angular-material-formio/issues/3? I have a solution posted there
Hello, dear developers. I create custom angular material component - Panel. Add angular decorator with template. But this template dont rendered. Rendered standard html from Panel component.
Code:
Render: