24-01-003
Release notes - Selfpoint3 - rc-24-01-003
Bug fixes
Unescaped white space in Text component
Unescaped whitespace characters such as tabs and new lines no longer causes a parsing error in the Text component.
New & Improved
Datasheet required columns
In the Datasheet component columns can now be set to be required. When this option is enabled on a column every cell in that column will need an entered value for the user to be able to navigate to the next section of the form.
InputTable column name in cell value
Each cell in the InputTable component now has the property columnName as part of its data object. This means that the name of the column a cell is placed in can be accessed from the cells data saved in the form data.
Preview image files
Image files can now be previewed from the attachment tab of the sidebar inside the ticket view.
Datasheet columns data
The Datasheet component has a new property “columns” as part of its data object that is saved in the form data. The property holds an object that contains info about each column in the component. Each column object includes two properties, “id” and “name”, which holds the id and name of the column respectively.
Example:
Last updated