[Fix #807] Increase the maximum number of columns to 5
This commit is contained in:
parent
8adca7e067
commit
3e2f12a054
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ document.addEventListener('turbolinks:load', function() {
|
|||
|
||||
$('select.select2-limited').select2({
|
||||
'placeholder': 'Sélectionnez des colonnes',
|
||||
'maximumSelectionLength': '2',
|
||||
'maximumSelectionLength': '5',
|
||||
'width': '300px'
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue