Hi,
First, thanks for this module, I would have become crazy trying to make an autocomplete field by myself...
Then, when I created my first autocomplete field, just after having submited the field settings (first field creation form), I get this error message :
Notice: Undefined index: max_length in autocomplete_widgets_field_widget_form() (line 126 of [...]\modules\autocomplete_widgets\autocomplete_widgets.module).
Anyway, this message dosen't bug the module : the autocomplete field works, but the message is present everywhere the field is visible.
Thanks for all.
Comments
Comment #1
seren10pity commentedMore precisions : the problem was for the field type
List (text), withAutocomplete for allowed values listwidget, which is the only one available for this field type.Comment #2
bleen commentedThis is already fixed in 7.x-1.0-dev
http://drupal.org/node/1480526#comment-5777068
Comment #3
anjjriit commented7.x-1.0-dev version give an error when i used "list(text)" as an fieldtype and "Autocomplete for allowed values list" widget and "Allowed values PHP code" for select list.
Its always return zero ('0') value.
Comment #4
dave kopecekOpened new issue for #3 here: http://drupal.org/node/1807590