Sha256: 3ae5087c647a3fa17be6ad8b37b4063619ad23187e9ef32cbd4314d97342b3ac
Contents?: true
Size: 788 Bytes
Versions: 4
Compression:
Stored size: 788 Bytes
Contents
<li> Name: <%= text_field_with_auto_complete :zone, :member_name, {:size => 35, :onkeypress => "return event.which == Event.KEY_RETURN ? false : true", :autocomplete => "off", :name => "member_names[]", :value => "#{value if local_assigns.has_key? :value}" }, {:url => formatted_countries_path(:js), :method => :get, :with => "Object.toQueryString({q: element.value})" } %> </li>
Version data entries
4 entries across 4 versions & 1 rubygems