diff --git a/resources/views/flatpickr.blade.php b/resources/views/flatpickr.blade.php index a14f26d..cf71f1d 100644 --- a/resources/views/flatpickr.blade.php +++ b/resources/views/flatpickr.blade.php @@ -1,9 +1,9 @@ @php - $config = [ + $config =array_merge($getConfig(), [ "altInput" => $isAltInput(), "enableTime" => $isEnableTime(), "dateFormat" => $getDateFormat(), - ]; + ]); $attribs = [ "disabled" => $isDisabled(), "theme" => $getTheme(),