question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Condition for nested form

See original GitHub issue

This related with https://github.com/formio/vue-formio/issues/12 When I use vue and form https://korhokdpdjyirwt.form.io/second I catch issue. This happened when I add condition for nested form.

InternalError: too much recursion
Stack trace:
setValue@http://localhost:3000/index.js:36465:15
setValue@http://localhost:3000/index.js:89542:21
deleteValue@http://localhost:3000/index.js:36094:7
clearOnHide@http://localhost:3000/index.js:35844:11
show@http://localhost:3000/index.js:35794:11
checkConditions@http://localhost:3000/index.js:35630:20
loadSubForm@http://localhost:3000/index.js:89342:34
setValue@http://localhost:3000/index.js:89544:74
deleteValue@http://localhost:3000/index.js:36094:7
clearOnHide@http://localhost:3000/index.js:35844:11
show@http://localhost:3000/index.js:35794:11
checkConditions@http://localhost:3000/index.js:35630:20
loadSubForm@http://localhost:3000/index.js:89342:34
setValue@http://localhost:3000/index.js:89544:74
deleteValue@http://localhost:3000/index.js:36094:7
clearOnHide@http://localhost:3000/index.js:35844:11
show@http://localhost:3000/index.js:35794:11
checkConditions@http://localhost:3000/index.js:35630:20
loadSubForm@http://localhost:3000/index.js:89342:34
setValue@http://localhost:3000/index.js:89544:74
deleteValue@http://localhost:3000/index.js:36094:7
clearOnHide@http://localhost:3000/index.js:35844:11
show@http://localhost:3000/index.js:35794:11
checkConditions@http://localhost:3000/index.js:35630:20
loadSubForm@http://localhost:3000/index.js:89342:34
setValue@http://localhost:3000/index.js:89544:74
deleteValue@http://localhost:3000/index.js:36094:7
clearOnHide@http://localhost:3000/index.js:35844:11
show@http://localhost:3000/index.js:35794:11
checkConditions@http://localhost:3000/index.js:35630:20
loadSubForm@http://localhost:3000/index.js:89342:34
setValue@http://localhost:3000/index.js:89544:74
deleteValue@http://localhost:3000/index.js:36094:7
clearOnHide@http://localhost:3000/index.js:35844:11
show@http://localhost:3000/index.js:35794:11
checkConditions@http://localhost:3000/index.js:35630:20
loadSubForm@http://localhost:3000/index.js:89342:34
setValue@http://localhost:3000/index.js:89544:74
deleteValue@http://localhost:3000/index.js:36094:7
clearOnHide@http://localhost:3000/index.js:35844:11
show@http://localhost:3000/index.js:35794:11
checkConditions@http://localhost:3000/index.js:35630:20
loadSubForm@http://localhost:3000/index.js:89342:34
setValue@http://localhost:3000/index.js:89544:74

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
wag110894commented, Sep 19, 2018

Hello Pavel,

This is William with the Form.io support team. Thanks for reaching out. We have created a ticket for this Internal Error: too much recursion. For your reference, the ticket number is FOR-1709.

We also have support packages available to expedite the fix.

Thanks,

William Gay Form.io Developer Support

0reactions
randallknutsoncommented, Feb 19, 2020

We’ve had a few reports of looping again. We’ll take a look at it. This is why it is still beta 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

InDepth Guide for Creating Nested and Reusable Forms
In this tutorial, we will learn how to wrap such fields in a reusable form, so that it can be used as nested...
Read more >
Nested Conditional Logic Limitations
Gravity Forms does not officially support nested conditional logic. This means a field should not have conditional logic based on a field ...
Read more >
Managing Nested and Dynamic Forms in Angular - Bitovi
Learn how to use Angular's FormArray class to dynamically add and remove FormGroups and FormControls in reactive forms.
Read more >
Angular Reactive Form Conditional Validation on Nested ...
You can watch for changes to individual form control values, then alter the validation of other controls based on the value. Example:
Read more >
Gravity Forms Nested Forms | Gravity Forms Repeater Add-on
Nest forms within forms for better management of complex data collection. Gravity Forms Nested Forms also works as a Gravity Forms Repeater!
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found