1

我正在使用 simple_form 并且有一个很长的集合选择。我一直在玩 selected.js(rails gem:https ://github.com/tsechingho/chosen-rails )。我已经成功实现了 gem 并且它正在工作,但是它正在将选项编号写入数据库,不管我调用 value_method 来强制数据库的值是选择的内容,而不是选择的内容框选项。

这是成功的调用:

<%= f.input :zip_code, collection: Zip.all, label_method: :zip_name, value_method: :zip_name, label: "Zip Code:", input_html: {class: 'chosen-select'}  %>

谢谢堆栈!

4

0 回答 0