Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ This hook uses the `useList` hook for fetching data.

## Usage

Here is a basic example that uses the `useSelect` hook.
:::info State Management
The `useSelect` hook is designed primarily for **data fetching** (managing options, loading, pagination) and does **not** manage the controlled state (the selected value) of the component. If you are using the `<Select>` component standalone, you must manage the `value` and `onChange` props using `useState` (or `Form.Item` if using Ant Design Forms).
:::

Here is a basic example that uses the `useSelect` hook.
<BasicUsageLivePreview />

## Realtime Updates
Expand Down