Merge pull request #2183 from CihanSenturk/master

time group 24hours attribute added
This commit is contained in:
Cüneyt Şentürk
2021-07-09 11:31:00 +03:00
committed by GitHub

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
}"