Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Fix typo #229

Merged
merged 2 commits into from
Feb 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/components/lookup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stache-code>searc</stache-code> property filters must be applied manually inside that function. The function must return <stache-code>true</stache-code> or <stache-code>false</stache-code> for each result to indicate whether to display it in the dropdown list. Acceptable value: <stache-code>(searchText: string, item: any) => boolean</stache-code>.
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 <stache-code>search</stache-code> property filters must be applied manually inside that function. The function must return <stache-code>true</stache-code> or <stache-code>false</stache-code> for each result to indicate whether to display it in the dropdown list. Acceptable value: <stache-code>(searchText: string, item: any) => boolean</stache-code>.
</sky-demo-page-property>
<sky-demo-page-property
propertyName="searchResultTemplate"
Expand Down