rails-hidden_autocomplete 0.2.1
rails-hidden_autocomplete is a Rails-modifying Rails Engine to inject the autocomplete="off" attribute into all hidden form inputs generated by Rails. This is necessary because Firefox will randomly overwrite the values of hidden inputs without an autocomplete="off" attribute.
Gemfile:
=
install:
=
Runtime Dependencies (1):
rails
~> 6.1
Development Dependencies (2):
gem-release
>= 0
sqlite3
>= 0