time group 24hours attribute added
This commit is contained in:
parent
f8d10f60a2
commit
a4d8e21627
@ -22,6 +22,10 @@
|
|||||||
:model="{{ $attributes['model'] }}"
|
:model="{{ $attributes['model'] }}"
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if (!empty($attributes['value']))
|
||||||
|
:value="{{ $attributes['value'] }}"
|
||||||
|
@endif
|
||||||
|
|
||||||
:date-config="{
|
:date-config="{
|
||||||
allowInput: true,
|
allowInput: true,
|
||||||
wrap: true,
|
wrap: true,
|
||||||
@ -29,6 +33,12 @@
|
|||||||
@if (!empty($attributes['seconds']))
|
@if (!empty($attributes['seconds']))
|
||||||
enableSeconds: true,
|
enableSeconds: true,
|
||||||
@endif
|
@endif
|
||||||
|
@if (!empty($attributes['time_24hr']))
|
||||||
|
wrap: false,
|
||||||
|
time_24hr: true,
|
||||||
|
@else
|
||||||
|
wrap: true,
|
||||||
|
@endif
|
||||||
noCalendar: true
|
noCalendar: true
|
||||||
}"
|
}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user