What is the problem and why is it a problem
In all pdfs generated by default template NUMBER_INPUT answers render unit as "[object Object]" in generated PDFs and a fix is to use {{this.step.value.unit.unit}} instead of {{this.step.value.unit}}
Steps to reproduce (if it's a bug).
What is the problem and why is it a problem
In all pdfs generated by default template NUMBER_INPUT answers render unit as "[object Object]" in generated PDFs and a fix is to use
{{this.step.value.unit.unit}}instead of{{this.step.value.unit}}Steps to reproduce (if it's a bug).