瀏覽代碼

Merge branch 'develop' of https://forge.laclic.fr/Laclic/SovBundle into develop

develop
Charly 3 年之前
父節點
當前提交
6299f77663
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      Resources/assets/functions/widgets.js

+ 1
- 3
Resources/assets/functions/widgets.js 查看文件

@@ -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) {

Loading…
取消
儲存