mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Add inputType option to search control component
This commit is contained in:
@@ -35,6 +35,9 @@ export class AlfrescoSearchControlComponent {
|
||||
@Input()
|
||||
searchTerm = '';
|
||||
|
||||
@Input()
|
||||
inputType = 'text';
|
||||
|
||||
@Output()
|
||||
searchChange = new EventEmitter();
|
||||
|
||||
|
Reference in New Issue
Block a user