Open WalterMoar opened 1 year ago
Thank you for reporting this issue. I am able to reproduce and have logged a ticket for the backlog. We are always willing to review any contributions to resolve this issue from the open source community.
For internal reference: https://formio.atlassian.net/browse/FIO-7946
Using v4.17.2 I've isolated this down to the simple case of:
Data Grid
Select
componentWidget Type
of the select list isHTML 5
In this type of form, the following error happens:
Expected: one row with the value Two. Actual: one row with the value One.
Workaround 1: Use ChoicesJS. Not an option because of #5229 Workaround 2: Use numeric values (1, 2) instead of strings (one, two). Not an option because it reduces the "readability" of the data.
Note: our real-world form actually has the problem that when a row is deleted then some of that row's data is merged into the data from the following row - but above is the simplest case.