-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Resolution: By DesignThe behavior in the issue is by design and the component exhibits the expected behaviorThe behavior in the issue is by design and the component exhibits the expected behaviorResolution: WorkaroundIssue or pull request contains a workaround. It needs to be reviewed further by Core TeamIssue or pull request contains a workaround. It needs to be reviewed further by Core Team
Description
Describe the bug
I'm using the Multiselect component with a filter template, this one includes a selectAll checkbox. In the Checkbox onChange event I do not get the expected result. The attached image shows how the implementation of the checkbox in the Multiselect differs from the implementation of the checkbox, causing the opposite result in this case.
Reproducer
https://codesandbox.io/embed/relaxed-bird-osip4u?fontsize=14&hidenavigation=1&theme=dark
PrimeReact version
8.6.1
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome
Steps to reproduce the behavior
- check SelectAll checkbox
Expected behavior
All items selected
Metadata
Metadata
Assignees
Labels
Resolution: By DesignThe behavior in the issue is by design and the component exhibits the expected behaviorThe behavior in the issue is by design and the component exhibits the expected behaviorResolution: WorkaroundIssue or pull request contains a workaround. It needs to be reviewed further by Core TeamIssue or pull request contains a workaround. It needs to be reviewed further by Core Team