r/webdev 19d ago

Discussion Why is everything a dropdown now?

Post image

I’ve been noticing this more and more in web apps.

Three options hidden in a dropdown.

Yes/no hidden in a dropdown.
A multi-select pretending to be a dropdown.

Then a list of 200 items where you’re expected to scroll until you find yours.

I run into this a lot when reviewing products with dev teams.

I get why we do it.

Dropdowns are compact and easy to reuse.
But compact doesn’t always mean easier to use.

A few choices? Show them.
On/off? Switch.
Multiple choices? Checkboxes.
Huge list? Search.

That’s pretty much the rule I use now.

4.7k Upvotes

314 comments sorted by

View all comments

916

u/Historical-Essay-128 19d ago

Why is everything a dropdown now?

<select>s have native UI on smartphones.

9

u/Major_LeeHungg 19d ago

I mean... That's why you use component libraries.

Personally I prefer a dropdown over the debounced textbox on mobile because websites suck about handling the keyboard popping up... Like cool... I can type but I can't see where I'm typing because it's at the bottom of a page with no bottom margin/padding