Add clearable DatePicker and report tests

This commit is contained in:
Gregor Vostrak
2026-03-23 15:44:40 +01:00
parent a2b0828c54
commit 5c67709746
5 changed files with 156 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ async function submit() {
<FieldLabel for="public_until">Expires at</FieldLabel>
<div class="text-text-tertiary font-medium">(optional)</div>
</div>
<DatePicker v-model="report.public_until"></DatePicker>
<DatePicker v-model="report.public_until" clearable></DatePicker>
</Field>
</div>
</Field>