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
@@ -287,6 +288,10 @@ a submit from outside of the form. For more information, see
287
288
Demonstrates how to use 🏁 React Final Form to create a multi-page "wizard"
288
289
form, with validation on each page.
289
290
291
+
### [Parse and Format (and Normalize)](https://codesandbox.io/s/10rzowm323)
292
+
293
+
Demonstrates how to use 🏁 React Final Form's `parse` and `format` props to control exactly how the data flows from the form state through the input and back to the form state. Notice that you can use `parse` to "normalize" your values.
294
+
290
295
## Rendering
291
296
292
297
There are three ways to tell `<Form/>` and `<Field/>` what to render:
0 commit comments