crowdint / rails3-jquery-autocomplete

An easy and unobtrusive way to use jQuery's autocomplete with Rails 3

Home Page:http://rubygems.org/gems/rails3-jquery-autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable setting check boxes when an autocomplete entry is selected

donv opened this issue · comments

I have gotten the

:update_elements => {:value => '#element_id', ... }

option working, and it works well for select boxes and text fields. I would like to check or uncheck a check box using the same technique.

Is it possible now? Can it be added?