Skip to content

Commit

Permalink
placeholder property added for textarea controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
sevannerse committed Nov 16, 2019
1 parent 2d92db3 commit 782c97d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/partials/form/textarea_group.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class="form-group {{ $col }} {{ isset($attributes['required']) ? 'required' : ''
'class' => 'form-control',
'data-name' => $name,
'data-value' => $value,
'placeholder' => trans('general.form.enter', ['field' => $text]),
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $name
], $attributes)) !!}

Expand Down

0 comments on commit 782c97d

Please sign in to comment.