-
Notifications
You must be signed in to change notification settings - Fork 479
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
[Custom Components] Panel ist not rendered when loaded in lazy mode #502
Comments
Works for me when I keep only lazy loading and register in test component: |
The same issue. |
Agreed, I independently stumbled over this today: -- To use lazy loading, I have to register custom components in the loaded submodule. Any Angular-guru around? Is there some way of saying "force-use the registration in the parent module"? |
Help, I am stuck. Any ideas? |
@dmenne Assuming you're still waiting for an answer to this? |
No, I have totally given up using Formio. Too many rough corners. We switched to ODK Collect, which is not that flexible, but works reasonably. |
As suggested by @merobal, the following issue is reposted here
merobal/angular-formio-custom-demo#3
Example by @upexcel https://github.com/upexcel/formio-question
Netlify: https://wonderful-perlman-0d1430.netlify.com/#/test
The Preview Panel doesn't render the component when using formio in a lazy loaded module.
When I add the rating field in lazy loaded formio it doesn't load.
dmenne:
In my app, the preview and the component on the form do not render.
Surprisingly, the Default Window in the editor is displayed correctly. This can also be seen in the netlify app by @upexcel
An example how to use lazy load with custom components would be welcome
The text was updated successfully, but these errors were encountered: