crowdint/rails3-jquery-autocomplete

Enable setting check boxes when an autocomplete entry is selected

donv opened this issue · 0 comments

donv commented

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?