Add inputType option to search control component

This commit is contained in:
Will Abson
2016-06-01 16:33:54 +01:00
parent d3c7bacc0a
commit bf63eace1b
3 changed files with 7 additions and 2 deletions

View File

@@ -35,6 +35,9 @@ export class AlfrescoSearchControlComponent {
@Input()
searchTerm = '';
@Input()
inputType = 'text';
@Output()
searchChange = new EventEmitter();