Skip to content

Commit

Permalink
Merge pull request #551 from Anmol-Chauhan/issue-419
Browse files Browse the repository at this point in the history
Added Place Holder #419
  • Loading branch information
jitendra-webkul authored Oct 20, 2021
2 parents 10d82f2 + 8faec92 commit 9ebb573
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class="control"
v-validate="'required'"
data-vv-as=""{{ __('admin::app.leads.item') }}""
v-on:keyup="search"
placeholder="{{ __('admin::app.common.start-typing') }}"
/>

<input
Expand Down Expand Up @@ -94,7 +95,7 @@ class="control"

<div class="form-group" :class="[errors.has('{!! $formScope ?? '' !!}' + inputName + '[amount]') ? 'has-error' : '']">
<label for="email" class="required">{{ __('admin::app.leads.amount') }}</label>

<input
type="text"
:name="[inputName + '[amount]']"
Expand Down

0 comments on commit 9ebb573

Please sign in to comment.