Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative to drop down list?

There are 30-35 items in a list and it is expected to grow further. What could be the best way to put it on the page? Dropdown list is the first control that comes to mind, but it could easily become a pain as the list grows.

What could be the best usability control to present such kind of long list?

like image 639
user32262 Avatar asked May 23 '09 04:05

user32262


People also ask

What is the best dropdown dropdown tool for dropdown lists?

Chosen is a very sleek solution for large amounts of data in dropdowns. If you only are concerned for Country dropdowns, relax, users are used to select the country from a list, they use the keyboard to jump quickly to the desired country. Show activity on this post.

How do I select items from a dropdown list?

Selecting an option from a dropdown list (especially on mobile) is a multi-step process: you have to tap on the dropdown to open the list of options, then scroll and scan through the items to select one, and then close the dropdown.

Is there a better alternative to the dropdown menu?

The good news is that there are plenty of alternative input controls that will work better for you in many cases. For binary (on/off) decisions, the dropdown menu is a really bad choice. What you need is a checkbox or a toggle switch.

What is the best dropdown library for large amounts of data?

Dropdown-search hybrid elements are quite popular and a good way to solve this. Select2 is a commonly used javascript library for building such hybrid dropdowns. Show activity on this post. Chosen is a very sleek solution for large amounts of data in dropdowns.


1 Answers

Another option is a multi-layered tree, if you can think of a way to partition the list: for example, 35 items might be 7 groups of 5 items each.

like image 82
2 revs, 2 users 67% Avatar answered Oct 12 '22 01:10

2 revs, 2 users 67%