Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component: TreeSelect onFilter returned object #15379

Closed
LinkTheFirstFlame opened this issue Apr 26, 2024 · 0 comments · Fixed by #15380
Closed

Component: TreeSelect onFilter returned object #15379

LinkTheFirstFlame opened this issue Apr 26, 2024 · 0 comments · Fixed by #15380
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@LinkTheFirstFlame
Copy link
Contributor

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.

@LinkTheFirstFlame LinkTheFirstFlame added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Apr 26, 2024
@cetincakiroglu cetincakiroglu added this to the 17.15.0 milestone Apr 26, 2024
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Apr 26, 2024
cetincakiroglu added a commit that referenced this issue Apr 26, 2024
Fix #15379 : TreeSelect onFilter returned object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants