Skip to content

Commit a417bc9

Browse files
Merge pull request #2072 from IgniteUI/IGanchev/add-hint-for-select
Add igxHint in select samples
2 parents e393d06 + eb2a5c6 commit a417bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/data-entries/select/select-input-directives/select-input-directives.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<igx-suffix *ngIf="selected">
88
<igx-icon (click)="clearSelection($event)">clear</igx-icon>
99
</igx-suffix>
10+
<igx-hint>Choose a banana</igx-hint>
1011
<igx-select-item *ngFor="let item of items" [value]="item">
1112
{{item}}
1213
</igx-select-item>

0 commit comments

Comments
 (0)