Issue with TreeSelect selectionMode checkbox: unselecting a checkbox closes the overlay #459
Replies: 2 comments
-
I'm also experiencing the same problem, even the example in the documentation has this behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interesting! This seems a core issue. Could you please create a Github issue with a sample stackblitz link to replicate it? For now, closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using the TreeSelect component with checkbox selectionMode and found some strange behavior.
If I have selected some checkboxes and want to deselect them by clicking on the click area of the checkbox, the overlay closes. I would expect the overlay to stay open, just as it stays open when I click elsewhere in the click area of the list item.
You can see this behavior here at your official example.
Any tips on how I can change the behavior so that the overlay stays open when I click on the box?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions