I'm using the gem called rails3-jquery-autocomplete
https://github.com/crowdint/rails3-jquery-autocomplete
It used not to show the message "no existing match" when there's no matched record.
However, now it always pops up the message showing "no existing match"
How can I disable this??
My view
<%= autocomplete_field_tag 'search', params[:search], autocomplete_community_title_communities_path, :class =>'input', :placeholder => 'keyword' %>