Jake Vanderwerf
2026-01-06 2c955cebb5f1e01fbdb866b50d296fe9fbd852b8
assets/js/concise/CRUD.js
@@ -117,6 +117,7 @@
      }
      let itemsToRemove = [];
      console.log(data);
      switch (true) {
         case data.config.element === this.ui.forms.edit:
            theChanges[this.currentItemID] = changes;
@@ -674,7 +675,7 @@
   setupFilters() {
      // Search
      const searchInput = document.querySelector('input[type="search"]');
      const searchInput = document.querySelector('.all-filters input[type="search"]');
      if (searchInput) {
         let searchTimeout;
         searchInput.addEventListener('input', () => {