Skip to content

Commit

Permalink
Fix placeholder always forced to null (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
teledemic authored Mar 11, 2021
1 parent 2e11125 commit 34e793b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VgtGlobalSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:id="id"
type="text"
class="vgt-input vgt-pull-left"
:placeholder="null"
:placeholder="globalSearchPlaceholder"
:value="value"
@input="updateValue($event.target.value)"
@keyup.enter="entered($event.target.value)" />
Expand Down

0 comments on commit 34e793b

Please sign in to comment.