gustafn
committed
on 22 Mar 19
Improvement for repeated form field procs:
- Use JSON.parse instead of eval to ease CSP handling
- Base result of "value_if_nothing_is_retur… Show more
Improvement for repeated form field procs:

- Use JSON.parse instead of eval to ease CSP handling

- Base result of "value_if_nothing_is_returned_from_form" on results of components

This change makes it possible to remove a default value of e.g. a checkbox

from an repeated field.

Show less