Skip to content

Commit

Permalink
Fix primefaces#7499: Tree docs update for filterValue
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jan 2, 2025
1 parent e76981e commit d1bc028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/lib/tree/tree.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ export interface TreeProps {
*/
filterIcon?: IconType<TreeProps> | 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;
/**
Expand Down
2 changes: 1 addition & 1 deletion components/lib/treeselect/treeselect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ export interface TreeSelectProps extends Omit<React.DetailedHTMLProps<React.Inpu
*/
filterTemplate?: React.ReactNode | ((options: TreeSelectFilterTemplateOptions) => 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;
/**
Expand Down

0 comments on commit d1bc028

Please sign in to comment.