Sha256: 244997d15f664741870e8c1d09f930f2ef5e8afe26cf03c1242a227fc84c571d

Contents?: true

Size: 252 Bytes

Versions: 14

Compression:

Stored size: 252 Bytes

Contents

%h1 Multiple

= form_for @product do |form|
  %p
    = form.label :name
    = form.text_field :name
  %p
    = form.label :brand_name
    = form.autocomplete_field :brand_name, autocomplete_brand_name_multiple_selections_path, :"data-delimiter" => ','

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rails3-jquery-autocomplete-0.9.0 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.8.0 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.7.5 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.7.4 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.7.3 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.7.2 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.7.1 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.7.0 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.6.6 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.6.5 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.6.4 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.6.3 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.6.2 integration/app/views/multiple_selections/new.html.haml
rails3-jquery-autocomplete-0.6.1 integration/app/views/multiple_selections/new.html.haml