Dropdowns

What ways can I present sorting options for individual drop downs in a web app?

What ways can I present sorting options for individual drop downs in a web app?
  1. How many types of dropdowns are there?
  2. What can I use instead of dropdown?
  3. Why might you decide to use a drop down menu on your website?
  4. Which way should arrows point for a dropdown button?

How many types of dropdowns are there?

I also want to clarify that there are two main types of dropdowns: those used for navigation and those used in forms.

What can I use instead of dropdown?

Testing generally reveals that open text fields or radio buttons are the preferred implementation instead of dropdowns with either too few or too many options. That is not to say, however, that dropdowns should never be used in such contexts, especially when there are too many choices for users.

Why might you decide to use a drop down menu on your website?

The use case for drop-down menus

Offering drop-down menus can help users avoid scrolling and can quickly get them access to your site's content. For large websites, drop-down menus can save users time by allowing them to jump down a level or two to get to the content they seek.

Which way should arrows point for a dropdown button?

The arrow on a dropdown button should point right or down as it indicates new content will be visible once clicked. Once the dropdown has been opened, clicking the button again should close it.

Filtering by default all checked or unchecked (additive vs subtractive)
Are filters additive or subtractive?What is an additive filter? Are filters additive or subtractive?Filtering allows them to traverse that data in a...
When to show focus outline
What is focus outline?Should I use focus or focus-visible?What elements should be focusable?What is the purpose of testing for 2.4 7 focus-visible? ...
How to make an accessible RWD multi-level main navigation without hamburger menu?
How do you make a hamburger menu accessible?What is multi level menu?What is a hamburger on a website? How do you make a hamburger menu accessible?W...