Add abilty to filter transactions by account, payee and category #55

Merged
jacob1123 merged 12 commits from filtered-transactions into master 2022-08-21 21:32:50 +02:00
9 changed files with 220 additions and 21 deletions
Showing only changes of commit 67c79e252e - Show all commits

View File

@ -15,7 +15,6 @@ function valueChanged(e: Event) {
emits('update:modelValue', target.valueAsNumber);
break;
default:
console.log("STR-INPUT", props.type)
emits('update:modelValue', target.value)
break;
}