Likert values aren't visible in "table" format

Created on 12 March 2025, 26 days ago

Problem/Motivation

When using the table format to display the values of a Likert field, the values are not visible. This seems to be a result of the element values being integers and the stored value being a string.

Steps to reproduce

Create a form with a Likert field and submit values. Set the display to use the table format for the Likert field and view the submission.

Proposed resolution

Add a check if the element value is a string and the stored value is not. If there is a mismatch and the stored value is numeric, cast it to an integer.

🐛 Bug report
Status

Active

Version

6.3

Component

Code

Created by

🇨🇦Canada mandclu

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024