This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
v1.4.0 - Custom search params
Info: This component is ported to Lightning Web Components in this repo.
Changes:
- Added the possibility to send custom parameters to the search method
- Updated sample code so that
aura:id
is no longer used for lookup access. We're usingevent.getSource()
now to support scenarii like lookups in iterations.