Merge pull request #10609 from tchak/champs-selection-multiple-combobox
Utiliser les nouvelles combobox pour les champs de sélection multiple
This commit is contained in:
commit
be83f2c7d1
11 changed files with 80 additions and 66 deletions
|
@ -73,7 +73,7 @@ class Champs::MultipleDropDownListChamp < Champ
|
|||
end
|
||||
|
||||
def value=(value)
|
||||
return super(nil) if value.nil?
|
||||
return super(nil) if value.blank?
|
||||
|
||||
values = if value.is_a?(Array)
|
||||
value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue