Open
Description
Describe the bug
Fields serialize is not applied on any action.
fields: {
title: {
parse: (value) => "Parse Title",
serialize: (value) => "Serialize Title",
},
},
Parsing works as expected but i couldn't find any way to make serialized output? Am i missing some logic or is it a bug?
Reproduction
https://codesandbox.io/p/devbox/white-forest-zxjlw9?workspaceId=ws_TqtVVwXBb88onYVPS3kpnU
System Info
-
Used Package Manager
pnpm
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.