Set multiple property to the select element instead of the div

This commit is contained in:
C?dric Krier 2015-10-02 19:42:32 +02:00
parent 6106f57fb5
commit bde14854ae

View file

@ -4075,7 +4075,7 @@
this.nullable_widget = false;
Sao.View.Form.MultiSelection._super.init.call(this, field_name,
model, attributes);
this.el.prop('multiple', true);
this.select.prop('multiple', true);
},
display_update_selection: function(record, field) {
var i, len, element;