101
Lemmy language options are both confusing, and don't do what they're intended to do
(self.fediverse)
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
Just to point that this is the default and "obvious" behavior for lists since the 90's (or, rather the 80's if you count Unixes GUIs). Yet almost nobody knows it for some reason (probably because it's not obvious at all, but IDK).
That and I think in many cases people opt for the ol' box select when trying to select multiple options in a GUI, even if it's in list view.
Multiselect lists are outdated design, requiring prior knowledge of what they are and the use of keyboard (that you might not have if using a touchscreen device) for a simple interaction with a webpage is terrible UX. The issue is that it's how browsers render them by default, a 'proper' multiselect requires a bunch of css and javascript.