Skip to content

Commit

Permalink
Issue krayin#287 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendra-webkul committed Sep 24, 2021
1 parent 3ab52db commit e233b79
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 e233b79

Please # to comment.