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