Select and date vue component fixes.
This commit is contained in:
		@@ -18,10 +18,10 @@
 | 
			
		||||
        @endif
 | 
			
		||||
 | 
			
		||||
        :error="{{ isset($attributes['v-error']) ? $attributes['v-error'] : 'form.errors.get("' . $name . '")' }}"
 | 
			
		||||
        :name="'{{ $name }}'"
 | 
			
		||||
        :title="'{{ $text }}'"
 | 
			
		||||
        name="{{ $name }}"
 | 
			
		||||
        title="{{ $text }}"
 | 
			
		||||
        :group_class="'{{ $group_class }}'"
 | 
			
		||||
        :icon="'{{ $icon }}'"
 | 
			
		||||
        icon="{{ $icon }}"
 | 
			
		||||
        :currency="{{ json_encode($attributes['currency']) }}"
 | 
			
		||||
        :value="{{ $value }}"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user