Skip to content

Commit

Permalink
Updated material-ui demo (final-form#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and erikras committed Feb 25, 2019
1 parent 494276b commit 0974dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const MyForm = () => (
- [Hybrid Synchronous/Asynchronous Record-Level Validation](#hybrid-synchronousasynchronous-record-level-validation)
- [Submission Errors](#submission-errors)
- [Third Party Components](#third-party-components)
- [Material-UI 1.0](#material-ui-10)
- [Material-UI 3.0](#material-ui-30)
- [💥 Performance Optimization Through Subscriptions 💥](#-performance-optimization-through-subscriptions-)
- [Independent Error Component](#independent-error-component)
- [Loading and Initializing Values](#loading-and-initializing-values)
Expand Down Expand Up @@ -290,9 +290,9 @@ Demonstrates how easy it is to use third party input components. All the third
party component really needs is `value` and `onChange`, but more complex
components can accept things like errors.

### [Material-UI 1.0](https://codesandbox.io/s/2z5y03y81r)
### [Material-UI 3.0](https://codesandbox.io/s/2z5y03y81r)

Demonstrates how to use Material-UI 1.0 input components.
Demonstrates how to use Material-UI 3.0 input components.

### 💥 [Performance Optimization Through Subscriptions](https://codesandbox.io/s/32r824vxy1) 💥

Expand Down

0 comments on commit 0974dad

Please sign in to comment.