Ruby on Rails, autocomplete => "off" in text input fields, not working on Firefox
        Posted  
        
            by dt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dt
        
        
        
        Published on 2010-05-05T01:21:14Z
        Indexed on 
            2010/05/05
            1:28 UTC
        
        
        Read the original article
        Hit count: 385
        
firefox3.6
|ruby-on-rails
I have both a text_field and a text_area in Rails, and I want to disable the browser's auto-complete. Setting the attribute in either the text_field, text_area, or in the form itself, doesn't seem to make the browser stop trying to auto-complete. This is for Firefox 3.6.3 on OS X. Maybe it's more a browser issue than a RoR issue.
Thanks!
© Stack Overflow or respective owner