TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Stop Using ‘Drop-Down’

23 pointsby diablo1about 5 years ago

14 comments

SavageBeastabout 5 years ago
Thing is my customer, Bob From Marketing, wants a new feature. He knows &quot;Text Input&quot;,&quot;Drop Down&quot;,&quot;Form&quot;,&quot;Button&quot;, &quot;Checkbox&quot; as terms to communicate his feature to me. He knows this because he used to code some Visual Basic on the side when he was &quot;still a programmer&quot; all those years ago.<p>Now in reality, I don&#x27;t take any thing Bob tells me literally as directions. I treat it more as a description of Bobs problem. I then forget everything he told me he wanted and build the tool necessary to do the job he&#x27;s described.<p>&quot;drop-down&quot; works just fine thank you. It&#x27;s adequately descriptive to support its most common application - which is communicating with non-technical people.<p>But what about communicating with a technical person? Well, they&#x27;re going to do what they want to&#x2F;the sensible thing anyhow no matter what I call it.
happytoexplainabout 5 years ago
This is nuts. Please don&#x27;t encourage people to stop using such a tried-and-tested, well understood, descriptive word. Talking about UI&#x2F;UX is hard enough without taking that away. What the author is actually criticizing is a lack of detail regarding UX and implementation in feature descriptions.
nkriscabout 5 years ago
I use the word &quot;dropdown&quot; because it&#x27;s the word that the non-technical people I work with use. They&#x27;re not thinking in terms of HTML elements. If they ask me for a &quot;dropdown&quot; and I ask them if they &quot;mean a &lt;select&gt; or a &lt;datalist&gt;?&quot; they&#x27;re going to think I&#x27;m just a pompous asshole.<p>I click it and it drops down. Ergo &quot;dropdown.&quot; For better or worse, that&#x27;s what it&#x27;s called now.
评论 #22560372 未加载
butlertronicaabout 5 years ago
I have no idea what this is about - would it really be such a stretch to add examples of the controls he is on about?
评论 #22561040 未加载
libraryatnightabout 5 years ago
I&#x27;ve never been confused by &quot;drop-down&quot; I was confused by this post, though.
culopatinabout 5 years ago
Does anyone else see a trend in recent times of posts that start with “Its time to start X&#x2F; Stop using X” instead of saying “I think there is some work to be done about X” or “IMO Y is better than X”.<p>Then turns out you read the thing and they have nothing to sustain that title.
OJFordabout 5 years ago
People probably <i>did</i> call it &#x27;a select&#x27;, until non-technical users called it &#x27;a drop-down&#x27; (because that&#x27;s what it does, without knowing what the code looks like, why would you call it &#x27;select&#x27;?) and the term came to dominate.<p>I don&#x27;t think it&#x27;s confusing, if anything it&#x27;s used precisely so we aren&#x27;t confused... like by the myriad options presented in this post when all we really meant was &#x27;any old thing that drops down and a user will call a drop-down&#x27;.
wilgabout 5 years ago
Well this seems like something that isn&#x27;t worth worrying about.
Avery3Rabout 5 years ago
This post reads like it was written by a web developer that doesn&#x27;t realize UI development happens on any other platform.
cameronfraserabout 5 years ago
Dropdown is a perfectly fine term to use. Developers should be able to infer what is actually meant by additional requirements.
janciabout 5 years ago
For me, select box is a control with predefined list of options that can be shown and hidden in window-blinds style. Combo box is the same, but new entry can be added by directly typing in the box. They look the same but have different behavior. Dropdown is any of those and thus defines only the visual aspect, not the behavior.
darkstar999about 5 years ago
Stop using &quot;stop using&quot; blog posts.
评论 #22560081 未加载
byteknightabout 5 years ago
No
timw4mailabout 5 years ago
`Drop-down` is imprecise, especially considering the difference between a navigation menu that drops down, compared with a a list of pre-set options.<p>There might be a few too many examples on this page, though.