Skip to content

Commit

Permalink
Add working with React Select v2 example (#1130)
Browse files Browse the repository at this point in the history
* Add working with React Select v2 example

* Update README.md

Co-Authored-By: dzienisz <kamil.dzieniszewski@gmail.com>
  • Loading branch information
dzienisz authored and jaredpalmer committed Nov 29, 2018
1 parent 5779f59 commit fa2ca38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ You can play with Formik in your web browser with these live online playgrounds.
* [Basics](https://codesandbox.io/s/zKrK5YLDZ)
* [Sync Validation](https://codesandbox.io/s/q8yRqQMp)
* [Building your own input primitives](https://codesandbox.io/s/qJR4ykJk)
* [Working with 3rd-party inputs #1: react-select](https://codesandbox.io/s/jRzE53pqR)
* [Working with 3rd-party inputs #2: Draft.js](https://codesandbox.io/s/QW1rqjBLl)
* Working with 3rd-party inputs:
- [react-select-v1](https://codesandbox.io/s/jRzE53pqR)
- [react-select-v2](https://codesandbox.io/s/73jj9zom96)
- [Draft.js](https://codesandbox.io/s/QW1rqjBLl)
* [Accessing React lifecycle functions](https://codesandbox.io/s/pgD4DLypy)
* [React Native](https://snack.expo.io/@ferrannp/react-native-x-formik)
* [TypeScript](https://codesandbox.io/s/8y578o8152)
Expand Down

0 comments on commit fa2ca38

Please sign in to comment.