You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #59910 [Form] Keep submitted values when keep_as_list option of collection type is enabled (kells)
This PR was merged into the 7.2 branch.
Discussion
----------
[Form] Keep submitted values when `keep_as_list` option of collection type is enabled
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#57430
| License | MIT
When the `keep_as_list` option of `CollectionType` is true, its entries lose their values when re-displaying the form with submitted data.
This fix only concerns the 2nd point of the [linked issue](#57430 (comment)).
Commits
-------
bac56de [Form] Keep submitted values when keep_as_list option of collection type is enabled
0 commit comments