time group 24hours attribute added
This commit is contained in:
		@@ -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
 | 
			
		||||
        }"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user