Dropdown Filter select multiple
-
Hi
When select all categories its not change by default.
We need to click outside of the dropdown.
Is their any way to change without clicking outside?If above is not possible then, can i remove multiselect feature and click on single category it change automatically without clicking outside of dropdown.
Thanks
-
Clicking on all categories had a little bug that I fixed in https://github.com/NodeBB/NodeBB/commit/10c5cd4c62443e2a11cf83f94a16ab4ab8c97106. Try it on this forum, clicking it should go to all categories without closing the dropdown.
Removing multiselect is harder, you would have to modify or override how the click handler works. The relevant code is here. There are two event listeners involved,
- Listening for clicks on the items
- Listening for hide event on the dropdown to do the navigation.
Copyright © 2024 NodeBB | Contributors