chore: do not set default for required value in Datepicker
This commit is contained in:
parent
fcaf5abbf4
commit
10161c033a
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue