Investigated using the FormIO renderer for the summary page
Pre-release
Pre-release
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:
- This bug is affecting us formio/formio.js#3947
- 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.