diff --git a/app/templates/includes/scripts/hyperscript/init_tom_select.html b/app/templates/includes/scripts/hyperscript/init_tom_select.html index 381d764..7a860b5 100644 --- a/app/templates/includes/scripts/hyperscript/init_tom_select.html +++ b/app/templates/includes/scripts/hyperscript/init_tom_select.html @@ -9,4 +9,10 @@ end end end + + on reset + for elm in in event.target + call elm.tomselect.clear() + end + end diff --git a/app/templates/monthly_overview/pages/overview.html b/app/templates/monthly_overview/pages/overview.html index 9003de4..03e817d 100644 --- a/app/templates/monthly_overview/pages/overview.html +++ b/app/templates/monthly_overview/pages/overview.html @@ -129,6 +129,7 @@ id="filter"> {% crispy filter.form %} + {# Transactions list#} diff --git a/app/templates/transactions/pages/transactions.html b/app/templates/transactions/pages/transactions.html index ef89d67..b44872e 100644 --- a/app/templates/transactions/pages/transactions.html +++ b/app/templates/transactions/pages/transactions.html @@ -14,8 +14,7 @@