Is there a way (aside from using hook_form_alter or something similar) to have an exposed filter be a select element?
I have a view in which one of the exposed fields is "Category" and there are only 9 or 10 distinct values in the database field. Rather than having to type in one of the categories, I'd like for users to simply choose from a select box.