I'm using Profile to add a "Department" field to user profiles. I'm using Views to create a view of users, with "Department" being an Exposed Filter. The Exposed Filter is a textfield. I'd like for it to be a select dropdown that is populated with all possible values.
Is anyone aware of a module that will alter Views filters, changing fields from textfields to select dropdowns?
Drupal 6. Views 2. The profile field is a single-line textfield (with autocomplete).