Skip to content

Determine number of times to loop from existing data#535

Merged
velkymx merged 2 commits intodevelopfrom
feature/534
Feb 5, 2020
Merged

Determine number of times to loop from existing data#535
velkymx merged 2 commits intodevelopfrom
feature/534

Conversation

@nolanpro
Copy link
Copy Markdown
Contributor

@nolanpro nolanpro commented Feb 5, 2020

Fixes #534

  • If data is present for a loop control, use its length as the number of loops to render. If not, use the value set in the inspector.
  • Wrap each loop iteration in a form tag to isolate radio buttons. They have the same name attribute so the browser will otherwise treat them as the same input value.

@velkymx velkymx merged commit 56551e4 into develop Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Loop control - Number of times should be determined by data

2 participants