Skip to content

Commit

Permalink
fix(Select): updated filter label text
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #1352
  • Loading branch information
shani-terminus authored and benjamincharity committed Mar 25, 2019
1 parent 2b18260 commit 23dafa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminus-ui/select/src/select.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
>
<div class="ts-select-panel__filter-input" *ngIf="isFilterable">
<ts-input
label="Filter options..."
label="Begin typing to filter..."
[ngModel]="searchQuery"
(ngModelChange)="queryChange.emit($event)"
></ts-input>
Expand Down

0 comments on commit 23dafa7

Please sign in to comment.