Multi lang datetime picker bugfix

This commit is contained in:
Burak Civan
2021-06-02 12:26:45 +03:00
parent 022eb988b5
commit 2bf83ec965
4 changed files with 21 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<html>
<html lang="{{ app()->getLocale() }}">
@include('partials.wizard.head')
<body class="wizard-page">

View File

@ -26,7 +26,7 @@
:date-config="{
wrap: true, // set wrap to true only when using 'input-group'
allowInput: true,
allowInput: false,
@if (!empty($attributes['show-date-format']))
altInput: true,
altFormat: '{{ $attributes['show-date-format'] }}',