✨(react) react-hook-form Select example
Our form elements needs to be usable with react-hook-form
This commit is contained in:
@@ -97,6 +97,14 @@ using the component in a controlled way.
|
||||
<Story id="components-forms-select-multi--controlled"/>
|
||||
</Canvas>
|
||||
|
||||
## Usage with react-hook-form
|
||||
|
||||
You can use this input with [react-hook-form](https://react-hook-form.com/docs)
|
||||
|
||||
<Canvas sourceState="shown">
|
||||
<Story id="components-forms-select-multi--react-hook-form"/>
|
||||
</Canvas>
|
||||
|
||||
## Props
|
||||
|
||||
They are the same as the [Select](?path=/docs/components-forms-select-mono--docs#props) component.
|
||||
|
||||
Reference in New Issue
Block a user