crowdint / rails3-jquery-autocomplete

An easy and unobtrusive way to use jQuery's autocomplete with Rails 3
http://rubygems.org/gems/rails3-jquery-autocomplete
MIT License
917 stars 367 forks source link

DEPRECATION WARNING #284

Closed KindleL closed 9 years ago

KindleL commented 9 years ago
DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:

    def input

to

    def input(wrapper_options)

See https://github.com/plataformatec/simple_form/pull/997 for more information.
bigtunacan commented 9 years ago

This sounds like something that needs to be addressed for SimpleForm. Personally, I have not used SimpleForm before, but instead I use Formtastic. A pull request for this would be gladly accepted though. The code relating to this issues is in lib/rails3-jquery-autocomplete/simple_form_plugin.rb