Today I Learned - Rocky Kev

TIL Select boxes should be a last resort

POSTED ON:

TAGS:

I've always hated Select boxes (aka Dropdowns).

This picture shows the problem with Select boxes. Essentially, it takes multiple clicks to choose something.

In short, select boxes are hard to use. Besides hiding options behind an unnecessary extra click, users generally don’t understand how they work. Some users try to type into them, some confuse focused options with selected ones. And, if that weren’t enough, users can’t pinch-zoom the options on certain devices.

Things you can use to replace the Select box:

  1. Steppers

  1. Radios or Radio Groups

Also rule of thumb: If it's more than 6 radio buttons, maybe a Select box is the only alternative.

  1. Breaking your Select box into more fields


Related TILs

Tagged:

TIL the Doherty Threshold

If a computer responds to a users input in less than 400ms, the user will take less time to make their next decision.

TIL Deceptive design patterns (dark patterns)

Deceptive design patterns (also known as dark patterns) are tricks used in websites and apps that make you do things that you didn't mean to, like buying or signing up for something.

TIL that it's not a pop-up, be more precise

Teach others to stop using pop-up. It means like 10+ different things.