Hi John,

> I've found a workaround, which is to give fields unique names, either by
> packing the input field name with some random chars, or something else
> that's unique, like the id of an order. But that is messy, horribly
> messy. There must be an easy way to do this. Maybe some param you can
> set on an input field, or some javascript trick.

You're looking for the :autocomplete option.  As in...

<%= text_field_tag 'first_name', nil, :autocomplete => "off" %>

HTH,
Bill


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to