@@ -22,9 +22,7 @@ export class SovWidgets { | |||
if ($select.find('option[value=""]')) { | |||
options.placeholder = $select.find('option[value=""]').html() | |||
} | |||
/*if($select.is(':required') == false) { | |||
options.allowclear = true | |||
}*/ | |||
var myselect = $select.select2(options); | |||
myselect.on('select2:select', function (e) { |