I have nodetype that I have extended using CCK. It has now a simple text dropdown where the user can choose from predefined values.
I now made filter and exposed it, but I only get a blank textfield for the user to enter something and to filter. This doesn't make any sense. It would be better if the filter would be displayed as dropdown. I think there used to be this options, but somehow it doesn't work anymore like this.
Comments
Comment #1
merlinofchaos commentedComment #2
yched commentedText fields with allowed values come with two filters. Make sure you pick the one that ends with " - values".
When exposed, it should show a dropdown list of options.
Comment #3
rapsli commentedthanks.