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.