Skip to content

Serialize is not applied on create, update or $submit #41

@cipami

Description

@cipami

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions