[AAE-5715] support hint labels for search input (#7444)

This commit is contained in:
Denys Vuika
2022-01-12 15:09:55 +00:00
committed by GitHub
parent 790e3d465d
commit 0bf6eae731
2 changed files with 5 additions and 1 deletions

View File

@@ -89,6 +89,10 @@ export class SearchTextInputComponent implements OnInit, OnDestroy {
@Input()
placeholder: string = '';
/** Hint label */
@Input()
hintLabel = '';
/** Emitted when the search term is changed. The search term is provided
* in the 'value' property of the returned object. If the term is less
* than three characters in length then it is truncated to an empty