I have a CCK content type with a field that has an allowed values list. This of course works great and when creating the content I get a select list showing only the values I specified. However, Views ignores this list when it comes to the use of an exposed filter on this field. Views creates an exposed filer that is merely a text box, without even an autocompleter. Any suggestions on how I can override this filter with a select box that has the same values as my CCK allowed values list? Even an answer where I have to specify the list again would do me for now.
Thanks for your time.