I’ve used software where you have to ctrl click but I’m not sure I’ve ever come across another website where this is the case
This is the standard behaviour on the web for lists where you can select multiple options. See the example here for instance: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/select#advanced_select_with_multiple_features
Most sites have a custom version though, since the built-in HTML element has such a poor user experience. I really wish browsers would just switch it to be a list with checkboxes.
The behaviour was based on Windows desktop apps in the 90s (where this behaviour was way more common), but after a while, most things switched to checkbox lists instead.
Yeah I don’t think the multi-select listboxes have really changed much since the days of Internet Explorer 3 and Netscape Navigator. Out of all the standard form components you can use in HTML, it’s probably the one most in need of improvements.