fix: being able to set birthday into the future

This commit is contained in:
Mar0xy 2023-10-19 13:26:40 +02:00
parent c3f768181a
commit e1e02a6dbc
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 17 additions and 2 deletions

View file

@ -62,7 +62,7 @@ const props = defineProps<{
step?: any;
datalist?: string[];
min?: number;
max?: number;
max?: number | string;
inline?: boolean;
debounce?: boolean;
manualSave?: boolean;