You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a React MultiSelect with group options, when all the children under the first group are selected, the SelectAll checkbox on the header gets selected as well even though items under other groups are unselected. This issue can be easily reproduced on the Demo page https://primereact.org/multiselect/
or https://www.primefaces.org/primereact-v8/multiselect/
Since only children under the first city get selected, children under other cities have not been selected, the SelectAll checkbox should not be selected.
The text was updated successfully, but these errors were encountered:
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jun 22, 2023
Describe the bug
Create a React MultiSelect with group options, when all the children under the first group are selected, the SelectAll checkbox on the header gets selected as well even though items under other groups are unselected. This issue can be easily reproduced on the Demo page
https://primereact.org/multiselect/
or
https://www.primefaces.org/primereact-v8/multiselect/
Reproducer
No response
PrimeReact version
8.x and 9.x, all versions
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
https://www.primefaces.org/primereact-v8/multiselect/
or
https://primereact.org/multiselect/
Expected behavior
Since only children under the first city get selected, children under other cities have not been selected, the SelectAll checkbox should not be selected.
The text was updated successfully, but these errors were encountered: