diff --git a/frontend/src/application/select.js b/frontend/src/application/select.js index 39a65c1..a5694f2 100644 --- a/frontend/src/application/select.js +++ b/frontend/src/application/select.js @@ -6,6 +6,7 @@ window.TomSelect = function createDynamicTomSelect(element) { // Basic configuration const config = { plugins: {}, + maxOptions: null, // Extract 'create' option from data attribute create: element.dataset.create === 'true',