02-11-2011, 04:11 PM
(Modification du message : 02-11-2011, 04:15 PM par Sephi-Chan.)
C'est plus un problème de jQuery UI.
L'objet doit contenir des attributs value et label. Je cite la documentation.
Donc en code :
L'objet doit contenir des attributs value et label. Je cite la documentation.
Citation :The local data can be a simple Array of Strings, or it contains Objects for each item in the array, with either a label or value property or both. The label property is displayed in the suggestion menu.
Donc en code :
list = cities.map { |c| { label: "#{c.name} (#{c.dep})", value: c.name } }
render json: list