Merge pull request #984 from sgmap/fix_957

[Fix #957] Use select2 for all menu deroulant
This commit is contained in:
gregoirenovel 2017-11-24 16:38:49 +01:00 committed by GitHub
commit f4ac7661f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,4 @@
selected: champ.drop_down_list.selected_options(champ),
disabled: champ.drop_down_list.disabled_options),
multiple: champ.drop_down_list.multiple,
class: champ.drop_down_list.multiple ? 'select2' : nil)
class: 'select2')