open-formulieren / open-forms-sdk

A Javascript SDK for Open Forms
https://open-forms.readthedocs.io/en/stable/developers/sdk/index.html
Other
2 stars 6 forks source link

Check if we can use PreserveData inside Form Summary components #632

Open sergei-maertens opened 8 months ago

sergei-maertens commented 8 months ago

Follow up from the NL Design System monthly.

https://github.com/open-formulieren/open-forms-sdk/blob/0d43df295c37e5ac691b4fb55e390fa77aae47a7/src/components/FormStepSummary/index.js#L26

The ComponentValueDisplay is now used to render the form data in an appropriate format. There is some overlap with the PreserveData component in the Utrecht community components, so we should investigate if we can make use of this component (and if not - figure out what is needed to make it work).

I suspect there may be some issues w/r to localization/internationalization.

Tasks