-
I have a use case where I keep the dropdown opened while clicking on multiple checkboxes. Then, clicking the apply/clear buttons hides the dropdown. This requires a custom controller to avoid hiding the dropdown when clicking a checkbox. Is there an easy way to stop the hide event propagation? Using a modal instead of a dropdown may work, but it does not look nice. |
Beta Was this translation helpful? Give feedback.
Answered by
yorsant
Oct 28, 2023
Replies: 1 comment
-
Nevermind. I had the click action in the wrong place. Moving them to the dropdown button solved it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yorsant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind. I had the click action in the wrong place. Moving them to the dropdown button solved it.