Skip to content

Commit

Permalink
button updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarocosta committed Jul 14, 2020
1 parent f354bac commit 107989a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1>Search</h1>

<div class="form-inline">
<div>
<input class="form-control" style="width: 300px" #search_box (keyup.enter)="searchDatabase(search_box.value)">
<input class="form-control" placeholder="entity's name" style="width: 300px" #search_box (keyup.enter)="searchDatabase(search_box.value)">
</div>
<div>
<app-combo-box [list]="itemList" class="form-control"></app-combo-box>
Expand Down

0 comments on commit 107989a

Please sign in to comment.