mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[MNT-25235] Add folder searching capability in autocomplete filter
This commit is contained in:
@@ -412,6 +412,8 @@ export interface SearchWidgetSettings {
|
||||
allowOnlyPredefinedValues?: boolean;
|
||||
/* allow the user to predefine autocomplete options */
|
||||
autocompleteOptions?: AutocompleteOption[];
|
||||
/* label that will be displayed for autocomplete input */
|
||||
label?: string;
|
||||
|
||||
[indexer: string]: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user