'rz-array-form-field' is not a known element

Hi i got above error when bootstrapping the app in the browser
The build is successfull

The component is missing in version 1.8

Hi bartnetjs,

Thank you very much for your report!

Indeed array type is not supported for form fields and we should filter such types during Form fields auto-generation. We will fix this immediately and the fix will be part of our next official release (next week).

Please let us know (at info@radzen.com) if you need private build before the official release!

Best Regards,
Vladimir

Hi @enchev,

Thanks for the quick response(s)

That’s indeed an option, but what if you need those fields?
I’ve created for now a custom component with ‘rz-array-form-field’ as selector

Ideally we should support array and object type fields. This could be a bit challenging from UX perspective as it may create deeply nested forms. Something to think about in the future.

Creating a custom component is definitely an option although less than ideal solution.

Indeed
I will post next week how I did it with a custom component, if someone have the same issue

For now, thanks a lot for all the quick responses