Skip to content

Commit

Permalink
Merge pull request #294 from jitendra-webkul/master
Browse files Browse the repository at this point in the history
Issue #287 fixed
  • Loading branch information
jitendra-webkul authored Sep 24, 2021
2 parents 75734c8 + e233b79 commit 595aae4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/Webkul/Admin/src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@
'save' => 'Save',
'add-as' => 'Add as new',
'no-records-found' => 'No Records Found',
'start-typing' => 'Start typing to search records'
],

'user' => [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
class="control"
:id="attribute['code']"
:for="attribute['code']"
placeholder="{{ __('admin::app.common.start-typing') }}"
autocomplete="off"
v-model="search_term"
v-validate="validations"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<input
type="text"
class="control"
placeholder="{{ __('admin::app.common.start-typing') }}"
autocomplete="off"
v-model="search_term"
v-on:keyup="search"
Expand Down

0 comments on commit 595aae4

Please # to comment.