Sfoglia il codice sorgente

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

develop
Charly 3 anni fa
parent
commit
6299f77663
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. +1
    -3
      Resources/assets/functions/widgets.js

+ 1
- 3
Resources/assets/functions/widgets.js Vedi File

@@ -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…
Annulla
Salva