Travis Tidwell
Travis Tidwell
Custom components are actually just regular components included within your own application. There are many examples of nested components found @ the following locations. - https://github.com/formio/formio.js/blob/master/src/components/columns/Columns.js - https://github.com/formio/formio.js/blob/master/src/components/container/Container.js - https://github.com/formio/formio.js/blob/master/src/components/datagrid/DataGrid.js...
You will probably need to also change the "weight" of the other components which is provided in their "builderInfo" method. Something like this may allow you to modify any components...
Thanks for this @merobal! We will add this to our developer backlog.
This maybe fixed with our latest upgrade @ ```@formio/angular``` repo. Have you tried that version @arjel?
I am sure it is an infinite loop that is getting fired. This is almost always because the value toggles between the different loops (which can be caused by calculated...
I am not sure what would cause this. It would require some digging and we are currently bogged up with other things. Maybe someone from the community has seen this...
We know this is not fixed. We have investigated this with all of our test cases and do not see a problem with recursive onInit's. It should also be noted...
@merobal thanks for the more detailed explanation. @Alena-Levina was the last person to investigate the issue and was not able to replicate it using our normal custom component / render...
@ThakkarHardik can you confirm that this is still an issue with the @formio/angular v5 release with latest formio.js renderer? If so, then our ticket we have for this is still...
If you please provide a pull request with your suggested fix, I will be sure to include it in the next build. Thanks.