Closed OddArneSaetervik closed 2 years ago
As case sensitivity is not isolated to PDF but something we find multiple places in our solution I am closing the bug. If case insensitivity is required a feature request should be created. Will require both changes in app frontend and PDF generation.
Bug originally created by @simendsjo Wed Mar 02 2022
Description
For a datamodel,
a
, usingA
in the databinding FormLayout works fine, while the field turns up blank in PDF generation.Analysis
Created a minimal example of a form where input field no 2 has a different casing than the datamodel. Test shows that although PDF is case sensitive, so is app frontend.
Screenshots