This commit is contained in:
Vitalii Kiiko
2024-09-27 12:51:29 +02:00
parent 478af11cb9
commit 4be858ca74
19 changed files with 580 additions and 292 deletions

View File

@@ -9,7 +9,7 @@ const Datepicker = ({
label,
control,
errors,
defaultValue = [],
defaultValue = new Date(),
config = {},
infoText = null,
minDate = null,

View File

@@ -11,7 +11,7 @@ const DatepickerRange = ({
label,
control,
errors,
defaultValue = [],
defaultValue = [new Date()],
config = {},
infoText = null,
minDate = null,