update guides
This commit is contained in:
@@ -49,7 +49,7 @@ const instance = reacord.send(
|
||||
|
||||
For a multi-select, use the `multiple` prop, then you can use `values` and `onChangeMultiple` to handle multiple values.
|
||||
|
||||
```tsx
|
||||
```jsx
|
||||
export function FruitSelect({ onConfirm }) {
|
||||
const [values, setValues] = useState([])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user