我正在使用activeadmin 0.4.4以及rails3-jquery-autocomplete 1.0.15。
我能够将自动填充功能添加到字段中。下拉列表会根据需要完美显示。
但是我无法从下拉列表中选择一个值。 (如果我手动在文本字段中写入值,它可以正常工作)。我在浏览器控制台中收到此错误,我无法弄清楚如何继续这个:
Uncaught TypeError: undefined is not a function
t.railsAutocomplete.fn.extend.init.t.autocomplete.select -- active_adimn.js line 13982
请建议。