feat: add recurring transactions

This commit is contained in:
Herculino Trotta
2024-10-17 00:38:12 -03:00
parent ce422ce4b1
commit a18e2ab58a
15 changed files with 630 additions and 175 deletions

View File

@@ -9,7 +9,7 @@ window.TomSelect = function createDynamicTomSelect(element) {
// Extract 'create' option from data attribute
create: element.dataset.create === 'true',
copyClassesToDropdown: true,
allowEmptyOption: element.dataset.allowEmptyOption === 'true',
render: {
no_results: function () {