Autocompleter :minChars not working

Hi,

I can’t seem get the minChars working. here is my code:

<%= text_field_with_auto_complete :customer, :fullname, {}, {:minChars
=> 2, :indicator => ‘search-indicator’} %>

when i view the html source, the minchars part is not displayed in the
generated js code.

help would be much appreciated:)

thanks,
/franee

I can’t seem get the minChars working. here is my code:

<%= text_field_with_auto_complete :customer, :fullname, {}, {:minChars
=> 2, :indicator => ‘search-indicator’} %>

Try :min_chars not :minChars

-philip