Skip to content

Commit

Permalink
feat: Show complex custom form values for attendee info (#4548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haider8 authored Jul 12, 2020
1 parent 3f049ef commit d247456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/templates/components/forms/orders/attendee-list.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
{{else if (eq field.type 'select')}}
<span>{{get holder field.fieldIdentifier}}</span>
{{/if}}
{{#if field.isComplex}}
<span>{{get holder.complexFieldValues field.fieldIdentifier}}</span>
{{/if}}
</div>
{{/if}}
{{/each}}
Expand Down

1 comment on commit d247456

@vercel
Copy link

@vercel vercel bot commented on d247456 Jul 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.