23-13-002
Last updated
Last updated
The EffectCard component was previously not displayed in PDF files. This has now been fixed.
The error message that gets displayed when no option has been selected in a required Checkbox component is no longer displayed immediately when the component has loaded. Instead the message is not displayed until the user tries to change section.
InputTable has now gotten the option to add a label to the top of the component. Also, the class “sp-required“ has been added to the component so that required components can be styled through CSS.
A new function called “getReceipt” has been added to the ticket module of the Selfpoint API. This function can be used for fetching receipt data for a submitted ticket. This can for example be used if a tickets receipt needs to be sent to an external web service.
Input component label has been changed so that it is always placed at the top of the component. This change is made to fulfil accessibility requirements as well as to improve the responsiveness of the components design. Long labels have previously been unreadable on smaller screens because of how they were placed inside of the component, this is no longer a problem. This change also opens up the possibility to set placeholders in Input components, which is a feature that will be added in the future.