Revert "value parameter is fixed on select group"
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
			
		||||
        :placeholder="'{{ trans('general.form.select.field', ['field' => $text]) }}'"
 | 
			
		||||
        :name="'{{ $name }}'"
 | 
			
		||||
        :options="{{ json_encode($values) }}"
 | 
			
		||||
        :value="{{ old($name, $selected) }}"
 | 
			
		||||
        :value="'{{ old($name, $selected) }}'"
 | 
			
		||||
        :icon="'{{ $icon }}'"
 | 
			
		||||
        @interface="{{ !empty($attributes['v-model']) ? $attributes['v-model'] . ' = $event' : 'form.' . $name . ' = $event' }}"
 | 
			
		||||
        @if (!empty($attributes['change']))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user