From bce9e01bf2a66b31ca52aaa4cb0bcd2d06a7c30e Mon Sep 17 00:00:00 2001 From: Melloware Date: Thu, 2 Jan 2025 14:33:44 -0500 Subject: [PATCH] Fix #7499: Tree docs update for filterValue (#7551) --- components/lib/tree/tree.d.ts | 2 +- components/lib/treeselect/treeselect.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/tree/tree.d.ts b/components/lib/tree/tree.d.ts index 32eebe5625..d10372ef7e 100644 --- a/components/lib/tree/tree.d.ts +++ b/components/lib/tree/tree.d.ts @@ -552,7 +552,7 @@ export interface TreeProps { */ filterIcon?: IconType | string; /** - * When filtering is enabled, the value of input field. + * When filtering is enabled, the value of input field. To control the value externally, use with onFilterValueChange. */ filterValue?: string | undefined; /** diff --git a/components/lib/treeselect/treeselect.d.ts b/components/lib/treeselect/treeselect.d.ts index c8641271f5..e81b2bb906 100644 --- a/components/lib/treeselect/treeselect.d.ts +++ b/components/lib/treeselect/treeselect.d.ts @@ -461,7 +461,7 @@ export interface TreeSelectProps extends Omit React.ReactNode); /** - * When filtering is enabled, the value of input field. + * When filtering is enabled, the value of input field. To control the value externally, use with onFilterValueChange. */ filterValue?: string | undefined; /**