Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jul 29, 2019
1 parent 1681912 commit cb6af2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static List<LookupSearchResult> search(String searchTerm, List<String> se
The lookup component exposes an `onSearch` component event that is fired when a search needs to be performed on the server-side.
The parent component that contains the lookup must handle the `onSearch` event:
```xml
<c:Lookup aura:id="lookup" selection="{!v.selection}" onSearch="{!c.lookupSearch}" label="Search"/>
<c:Lookup selection="{!v.selection}" onSearch="{!c.lookupSearch}" label="Search"/>
```

The event handler should do the following:
Expand Down

0 comments on commit cb6af2b

Please sign in to comment.