Skip to content

Commit

Permalink
Start examples page
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jan 14, 2020
1 parent 1a00f9c commit 8f998ae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: examples
title: Examples
---

## Dependent Fields

Programmatically set the value of one field based on the current values of other fields.

https://codesandbox.io/s/formik-v2x-dependent-fields-r0n0v

## Dependent Fields based on Async API Request

In this example, one field's value is set by making an async API based on the current values of two other fields.

https://codesandbox.io/s/formik-v2x-dependent-field-with-async-api-request-4yjrv

1 comment on commit 8f998ae

@vercel
Copy link

@vercel vercel bot commented on 8f998ae Jan 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.