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

seren10pity’s picture

More precisions : the problem was for the field type List (text), with Autocomplete for allowed values list widget, which is the only one available for this field type.

bleen’s picture

Status: Active » Closed (duplicate)

This is already fixed in 7.x-1.0-dev

http://drupal.org/node/1480526#comment-5777068

anjjriit’s picture

7.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.

dave kopecek’s picture

Opened new issue for #3 here: http://drupal.org/node/1807590