some placeholders updated
This commit is contained in:
		@@ -17,7 +17,7 @@
 | 
			
		||||
            'class' => 'form-control',
 | 
			
		||||
            'data-name' => $name,
 | 
			
		||||
            'data-value' => $value,
 | 
			
		||||
            'placeholder' => trans('general.form.select.field', ['field' => $text]),
 | 
			
		||||
            'placeholder' => trans('general.form.enter', ['field' => $text]),
 | 
			
		||||
            'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $name
 | 
			
		||||
        ], $attributes)) !!}
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user