Does anyone have a best practice for how many items they allow in a droplist before they switch to another design pattern to handle single selections of items from a long list?
This is perhaps not something that can be answered precisely, but I'm curious about whether anyone has a best practice or data-driven rationale for how they draw the cut-off point.
For context, I've run into a content condition that is likely going to force me to use a different interface element (not a droplist), but it forced the question of when and why to move away from droplists.