fix e2e tests timing issues with cut off time entries at the start of

the day
This commit is contained in:
Gregor Vostrak
2026-03-23 15:53:50 +01:00
parent 5c67709746
commit 5c6d84dc38
2 changed files with 54 additions and 40 deletions

View File

@@ -79,9 +79,7 @@ function handleClear(event: Event) {
:tabindex="tabindex"
:class="['w-full px-2 gap-1.5', props.class]">
<CalendarIcon class="!size-3 text-muted-foreground" />
<span :class="{ 'flex-1': clearable }">{{
displayDate || 'Pick a date'
}}</span>
<span :class="{ 'flex-1': clearable }">{{ displayDate || 'Pick a date' }}</span>
<span
v-if="clearable && model"
role="button"