placeholder property added for textarea controls.
This commit is contained in:
parent
2d92db33ec
commit
782c97db00
@ -9,6 +9,7 @@
|
|||||||
'class' => 'form-control',
|
'class' => 'form-control',
|
||||||
'data-name' => $name,
|
'data-name' => $name,
|
||||||
'data-value' => $value,
|
'data-value' => $value,
|
||||||
|
'placeholder' => trans('general.form.enter', ['field' => $text]),
|
||||||
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $name
|
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $name
|
||||||
], $attributes)) !!}
|
], $attributes)) !!}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user