Skip to content

Commit e5f4261

Browse files
committed
Update examples.md
1 parent 277d304 commit e5f4261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
- This very basic example uses the `useField` hook to create a reusable `<InputField>` component that can be used inside of a form created by `useForm`
77
- [Validation Example](https://codesandbox.io/s/react-form-demo-q9mgm)
88
- This example demonstrates a variety of validation strategies possible with React Form
9+
- [Custom Select & Multi-Select Inputs](https://codesandbox.io/s/react-form-custom-select-multi-select-inputs-q5ixs)
10+
- This example demonstrates how to build custom input fields, specifically a Select and Multi-Select input as examples.

0 commit comments

Comments
 (0)