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