[Fix #957] Use select2 for all menu deroulant
Displays options that are too long on mutilple lines
This commit is contained in:
parent
d608030ba2
commit
4a483e23bb
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…
Reference in a new issue