diff --git a/src/app/components/lookup/index.html b/src/app/components/lookup/index.html index 69e15ef1f..d82862bc7 100644 --- a/src/app/components/lookup/index.html +++ b/src/app/components/lookup/index.html @@ -59,7 +59,7 @@ propertyName="searchFilters" isOptional="true" > - Specifies an array of functions to call against each search result in order to filter the search results when using the default search function. When using a custom search function via the searc property filters must be applied manually inside that function. The function must return true or false for each result to indicate whether to display it in the dropdown list. Acceptable value: (searchText: string, item: any) => boolean. + Specifies an array of functions to call against each search result in order to filter the search results when using the default search function. When using a custom search function via the search property filters must be applied manually inside that function. The function must return true or false for each result to indicate whether to display it in the dropdown list. Acceptable value: (searchText: string, item: any) => boolean.