autocomplete-off

Adds ‘autocomplete=“off”` html attribute to input tags by default. You can enable the autocomplete browser feature by explicitly setting the option “on”.

Works with every Rails FormHelper like ‘text_field_tag`, `f.text_field`, etc.

Installation

Add the following line to your Gemfile

gem "autocomplete-off"

And run

bundle install

Or if you want to use it as plugin

rails plugin install git://github.com/phatworx/autocomplete-off.git

Using

It works right out of the box. Just install, restart your server and see it working.

Features

Maintainers

Contributing to autocomplete-off

Copyright © 2011 Alexander Dreher. See LICENSE.txt for further details.