time group 24hours attribute added

This commit is contained in:
Cihan Şentürk 2021-07-09 08:29:09 +03:00
parent f8d10f60a2
commit a4d8e21627

View File

@ -22,6 +22,10 @@
:model="{{ $attributes['model'] }}"
@endif
@if (!empty($attributes['value']))
:value="{{ $attributes['value'] }}"
@endif
:date-config="{
allowInput: true,
wrap: true,
@ -29,6 +33,12 @@
@if (!empty($attributes['seconds']))
enableSeconds: true,
@endif
@if (!empty($attributes['time_24hr']))
wrap: false,
time_24hr: true,
@else
wrap: true,
@endif
noCalendar: true
}"