mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-22 16:48:36 +02:00
fix(select): only 50 select options would be shown at a time
This commit is contained in:
@@ -6,6 +6,7 @@ window.TomSelect = function createDynamicTomSelect(element) {
|
|||||||
// Basic configuration
|
// Basic configuration
|
||||||
const config = {
|
const config = {
|
||||||
plugins: {},
|
plugins: {},
|
||||||
|
maxOptions: null,
|
||||||
|
|
||||||
// Extract 'create' option from data attribute
|
// Extract 'create' option from data attribute
|
||||||
create: element.dataset.create === 'true',
|
create: element.dataset.create === 'true',
|
||||||
|
|||||||
Reference in New Issue
Block a user