primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
9.53k stars 4.47k forks source link

Component: TreeSelect onFilter returned object #15379

Closed LinkTheFirstFlame closed 2 weeks ago

LinkTheFirstFlame commented 2 weeks ago

Describe the bug

When onFilter output emited an event, the return event object does not contain filterValue.

Environment

Angular 17 application

Reproducer

No response

Angular version

17

PrimeNG version

17.12.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

10.2.3

Browser(s)

Chrome 123

Steps to reproduce the behavior

  1. Fill the search input of the TreeSelect
  2. Check the emited object

Expected behavior

As the behavior of the onFilter output on Tree component, the onFilter output of TreeSelect should return a TreeFilterEvent object containing filterValue.