13
votes
4answers
282 views

Adding “Select…” as first option (placeholder) of dropdown list

Would it be considered a good practice to add the word "Select..." as the first option of a dropdown list? I think it's redundant and not at all necessary and what is in the dropdown list should be ...
1
vote
1answer
163 views

Is a multiselect (with a few exposed options) always better than a drop down menu?

Consider the two inputs below: Ignoring the poor label placement for a moment... It seems to me that in many cases, either of these inputs could perform the same function. Do either of these ...
2
votes
3answers
227 views

What ways can I present an addtional field to combobox when user can't find item they looking for?

I have ComboBox and it has item inside user can select item they want, if they can't find item they can select first item (Not in this list) and input data in textbox (textbox will show if user select ...