You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`children`](#children)| Required | node || The children of `<FilterList>` must be a list of `<FilterListItem>` components. |
79
79
|[`icon`](#icon)| Optional | element || When set, the `<FilterList icon>` prop appears on the left side of the filter label. |
80
-
|[`label`](#label)| Optional |string|| React-admin renders the `<FilterList label>` on top of the child filter items. The string is passed through the `useTranslate` hook, and therefore can be translated. |
80
+
|[`label`](#label)| Optional |`ReactNode`|| React-admin renders the `<FilterList label>` on top of the child filter items. The string is passed through the `useTranslate` hook, and therefore can be translated. |
81
81
82
82
## `children`
83
83
@@ -274,7 +274,7 @@ The children of `<FilterList>` must be a list of `<FilterListItem>` components.
0 commit comments