Merge pull request #984 from sgmap/fix_957
[Fix #957] Use select2 for all menu deroulant
This commit is contained in:
commit
f4ac7661f8
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue