some placeholders updated

This commit is contained in:
batuhanbas
2020-01-06 10:52:04 +03:00
parent 1849533adc
commit 0ed75020a6
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,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>