chore: do not set default for required value in Datepicker

This commit is contained in:
kolaente 2025-05-13 21:20:32 +02:00
parent fcaf5abbf4
commit 10161c033a
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ const props = withDefaults(defineProps<{
chooseDateLabel?: string,
disabled?: boolean,
}>(), {
modelValue: null,
chooseDateLabel: () => {
const {t} = useI18n({useScope: 'global'})
return t('input.datepicker.chooseDate')