Displaying 1 result from an estimated 1 matches for "autocomplete_package_brand".
2011 Oct 24
1
JQuery autocomplete example
...2713;" /><input name="_method" type="hidden"
value="put" /><input name="authenticity_token" type="hidden"
value="ob80tvhunNJs2IAL1qiLdppBRNLq6hSRKASZo4f+Cr4=" /></div>
<input data-autocomplete="/packages/autocomplete_package_brand"
id="package_brand" name="package[brand]" size="30" type="text"
value="Puppy Chow" />
</form>
with a code reference of:
VIEW
<%= form_for @package do |f| %>
<%= f.autocomplete_field :brand, autocomplete_package_brand_packa...