feat(transactions): proper clear button for filters

This commit is contained in:
Herculino Trotta
2025-01-25 01:30:24 -03:00
parent d030f9686b
commit e71775292a
3 changed files with 8 additions and 2 deletions

View File

@@ -9,4 +9,10 @@
end
end
end
on reset
for elm in <select/> in event.target
call elm.tomselect.clear()
end
end
</script>