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
commit fb12046a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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