update guides

This commit is contained in:
Domin-MND
2023-10-23 23:22:25 +03:00
parent 13fcf7ddc9
commit 8b6e283810
4 changed files with 65 additions and 21 deletions

View File

@@ -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([])