Update date_group.blade.php
This commit is contained in:
parent
0abb35c2e8
commit
cffed52c27
@ -39,9 +39,10 @@
|
||||
@if (!empty($attributes['max-date']))
|
||||
maxDate: {{ $attributes['max-date'] }}
|
||||
@endif
|
||||
locale: '{{ language()->getShortCode() }}',
|
||||
}"
|
||||
|
||||
locale="{{ language()->getShortCode() }}"
|
||||
|
||||
@if (!empty($attributes['v-model']))
|
||||
@interface="form.errors.clear('{{ $attributes['v-model'] }}'); {{ $attributes['v-model'] . ' = $event' }}"
|
||||
@elseif (!empty($attributes['data-field']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user