forked from TFMM/silent-auction
feat: install and scaffold Tablar theme #6
@@ -18,7 +18,10 @@
|
||||
copyClassesToDropdown: false,
|
||||
dropdownParent: 'body',
|
||||
controlInput: '<input>',
|
||||
sortField: false // Disable TomSelect's internal sorting
|
||||
sortField: [{
|
||||
field: 'text',
|
||||
direction: 'asc'
|
||||
}]
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user