Hello,
Thanks for this module.
I encountered 2 problems while using it :
- does not work with "Allowed values" CCK Text field. (the option for autocomplete is not displayed in that situation).
- else it works but shows only the machine readable key for autocomplete options. That breaks it for me because I have a multilanguage website, so I need the label to be displayed instead (in the correct language).
Maybe you could check out the Better Exposed Filters module with the Autocomplete patch.
http://drupal.org/node/809656 This one works with Allowed Values and displays the correct value label in different languages. (But I currently get a bug on submit with it when I use a language other than English)
Hoping for a working multilanguage autocomplete solution!
Comments
Comment #1
vasikeThis module USE DB fields values, not field labels, so it's for text fields with text widgets, that should be completed in content editing.
It's not about the text fields that use selects or checkboxes widget, with the allowed values.
I think maybe Better Exposed Filters module will provide your solution.