Multi lang datetime picker bugfix
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
@include('partials.wizard.head')
|
||||
|
||||
<body class="wizard-page">
|
||||
|
@ -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'] }}',
|
||||
|
Reference in New Issue
Block a user