Min date control development

This commit is contained in:
Burak Civan
2021-06-18 11:35:36 +03:00
parent af685b6c17
commit 1a6ba034bd
4 changed files with 680 additions and 641 deletions

View File

@ -55,6 +55,14 @@
hidden-year
@endif
@if (!empty($attributes['data-value-control']))
data-value-control
@endif
@if (!empty($attributes['min-date-dynamic']))
:data-value-min="{{ $attributes['min-date-dynamic'] }}"
@endif
@if (!empty($attributes['change']))
@change="{{ $attributes['change'] }}"
@endif