Skip to content

Commit c612e42

Browse files
committed
Add advanced react-hook-form examples
1 parent 5b1555b commit c612e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,8 @@ By default, `react-hook-form` uses [uncontrolled components](https://reactjs.org
733733
- Vanilla JS: https://codesandbox.io/s/chakra-react-select-react-hook-form-usecontroller-single-select-vanilla-js-v3-yi33cn?file=/example.js
734734
- TypeScript: https://codesandbox.io/s/chakra-react-select-react-hook-form-usecontroller-single-select-typescript-v3-3hvkm7?file=/app.tsx
735735
- Multi select with `yup` validation
736-
- Vanilla JS: _coming soon_
737-
- TypeScript: _coming soon_
736+
- Vanilla JS: https://codesandbox.io/s/chakra-react-select-react-hook-form-with-yup-validation-v3-iptkhu?file=/src/app.js
737+
- TypeScript: https://codesandbox.io/s/chakra-react-select-react-hook-form-with-yup-validation-typescript-v3-odjkbd?file=/app.tsx
738738

739739
### [`formik`](https://formik.org/)
740740

0 commit comments

Comments
 (0)