Dropdowns Should Be the UI of Last Resort
1–10 of 241 posts
Re: Dropdowns Should Be the UI of Last Resort
#2https://en.wikipedia.org/wiki/Spinner_(computing)
For dates, a calendar control would probably be appropriate.
I'm a bit puzzled as to why dropdowns are a "4 tap operation" - once to dropdown and once to select, with possibly some intervening scrolling if it's a lengthy list. Where are the extra 2 taps coming from...?
Re: Dropdowns Should Be the UI of Last Resort
#3Re: Dropdowns Should Be the UI of Last Resort
#4IMHO the best option for inputting a small integer value is the combination of a text field and a stepper, which has been around for a long time and has its own name (for touchscreen operation, the +/- buttons could be made larger and horizontally, like the steppers shown): https://en.wikipedia.org/wiki/Spinner_(computing) For dates, a calendar control would probably be appropriate. I'm a bit puzzled as to why dropdo…
Either they count 'moving on' as a tap, or they just assume that on average you scroll at least twice: "First tap the control, then scroll (usually more than once), find & select your target, and finally move on."
Re: Dropdowns Should Be the UI of Last Resort
#5IMHO the best option for inputting a small integer value is the combination of a text field and a stepper, which has been around for a long time and has its own name (for touchscreen operation, the +/- buttons could be made larger and horizontally, like the steppers shown): https://en.wikipedia.org/wiki/Spinner_(computing) For dates, a calendar control would probably be appropriate. I'm a bit puzzled as to why dropdo…
But with any list of significant length (the reason you would use a dropdown in the first place) you'll probably need a few actions to scroll to the right item.
Re: Dropdowns Should Be the UI of Last Resort
#6This is the case for mobile phones. On a desktop or laptop, the dropdowns are preferable because most browsers will let you select the day, month year using your keyboard.
Re: Dropdowns Should Be the UI of Last Resort
#7Re: Dropdowns Should Be the UI of Last Resort
#8The only possible reasoning I can see is the flexibility it provides for I18N.
[1] http://jgthms.com/dont-use-dropdowns-for-a-few-items-only.ht...
Re: Dropdowns Should Be the UI of Last Resort
#9Re: Dropdowns Should Be the UI of Last Resort
#10This is the case for mobile phones. On a desktop or laptop, the dropdowns are preferable because most browsers will let you select the day, month year using your keyboard.