Open
Description
Environment
Please provide as many details as you can:
- Hosting type
- [] Form.io
- Local deployment
- Formio Angular version: 5.5.0-rc.11
- Frontend framework: Angular
Steps to Reproduce
- Create two forms: in one form, add a data grid component and place a custom component in one of the columns. In the second form, reference the first form.
Expected behavior
The custom component should display correctly.
Observed behavior
The custom component does not display, and after debugging, I found that the custom component is never triggered.