fix: being able to set birthday into the future
This commit is contained in:
parent
c3f768181a
commit
e1e02a6dbc
2 changed files with 17 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ const props = defineProps<{
|
|||
step?: any;
|
||||
datalist?: string[];
|
||||
min?: number;
|
||||
max?: number;
|
||||
max?: number | string;
|
||||
inline?: boolean;
|
||||
debounce?: boolean;
|
||||
manualSave?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue