diff --git a/documentation/docs/ui-integrations/ant-design/hooks/use-select/index.md b/documentation/docs/ui-integrations/ant-design/hooks/use-select/index.md index cfe041b17309..2ba99e228bb0 100644 --- a/documentation/docs/ui-integrations/ant-design/hooks/use-select/index.md +++ b/documentation/docs/ui-integrations/ant-design/hooks/use-select/index.md @@ -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 `