Skip to content

Commit 6587cc6

Browse files
committed
Migrate examples back to CodeSandbox
1 parent 3e0c032 commit 6587cc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ Wanna help? We need to migrate all of these examples from CodeSandbox to [here](
88

99
---
1010

11-
### [Simple Example](http://jinno.io/app/12/?source=react-final-form)
11+
### [Simple Example](examples/simple)
1212

1313
Uses the built-in React inputs: `input`, `select`, and `textarea` to build a form with no validation.
1414

15-
### [Synchronous Record-Level Validation](http://jinno.io/app/13/?source=react-final-form)
15+
### [Synchronous Record-Level Validation](examples/record-level-validation)
1616

1717
Introduces a whole-record validation function and demonstrates how to display errors next to fields using child render functions.
1818

19-
### [Synchronous Field-Level Validation](http://jinno.io/app/14/?source=react-final-form)
19+
### [Synchronous Field-Level Validation](examples/field-level-validation)
2020

2121
Introduces field-level validation functions and demonstrates how to display errors next to fields using child render functions.
2222

23-
### [Synchronous Record-Level Validation (with delayed error render)](https://jinno.io/app/15/?source=react-final-form)
23+
### [Synchronous Record-Level Validation (with delayed error render)](https://codesandbox.io/s/z2zqr008pm)
2424

2525
Sometimes you want to give your user a chance to make it through a brief invalid value on their way to a valid one, e.g. a date string that needs two numbers on either side of a slash. With a simple delayed rendering component, this becomes easy. Plus, the error will disappear immediately when the user fixes the problem.
2626

0 commit comments

Comments
 (0)