serialize()
Specification
Performs a manual serialization of the current Form
.
Invoking this manually serializes a form regardless to its validity state. This is almost never what you want. Consider using conventional form submit, which validates the fields and exposes you the serialized object.
Definition
Example
You can use onSerialize
form prop to transform the serialized fields object.
Last updated