-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Custom Components not triggering inside Sub forms #1099
Comments
Could you possibly provide a codesandbox to illustrate what you are experiencing? Also, what version of formio.js are you using? |
I was about to open a ticket with the same issue.
Custom components work well in forms, subforms, inside datagrids in the main form, but when you add the custom component to a datagrid and reference that form as a subform inside another form, the custom component is not rendered. Ex:
|
If we had a reproducible example from something like stackblitz it would help me get a meaningful review. |
Environment
Please provide as many details as you can:
Steps to Reproduce
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.
The text was updated successfully, but these errors were encountered: