Skip to content

Releases: open-formulieren/open-forms-sdk

Investigated using the FormIO renderer for the summary page

07 Jun 13:22
Compare
Choose a tag to compare

Initially we wanted the summary page for this repo to use the FormIO renderer with renderMode: 'html' and our own custom template.
However we ran into a couple issues and decided to use regular JSX to render the results. The issues were:

  1. This bug is affecting us formio/formio.js#3947
  2. Checkbox fields were always marked as False when using renderMode: 'html'

We're keeping this tag as a reference to the work done in case we want to use the FormIO Renderer for the summary page in the future.