Merge pull request #2183 from CihanSenturk/master
time group 24hours attribute added
This commit is contained in:
commit
fb12046a7a
@ -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
|
||||
}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user