function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tiago Armando CoelhoTiago Armando Coelho 

Lightning component for Lookup field

Custom\ Standard Lightning component for Lookup fields?
Best Answer chosen by Tiago Armando Coelho
sfdcMonkey.comsfdcMonkey.com
HI Tiago ,
check here custom salesforce lookup lightning component :
http://sfdcmonkey.com/2017/07/17/re-usable-custom-lookup/

Thanks , let us know if it helps you

All Answers

sfdcMonkey.comsfdcMonkey.com
HI Tiago ,
check here custom salesforce lookup lightning component :
http://sfdcmonkey.com/2017/07/17/re-usable-custom-lookup/

Thanks , let us know if it helps you
This was selected as the best answer
Naveen KNNaveen KN
Custom lookup in salesforce 

https://www.codengine.in/2019/05/how-to-create-custom-lookup-in-lightning-component.html
Javier Chaos 5Javier Chaos 5
Couldn't get all I needed from the components above, so ended up creatign my own.

Couple of extra things: disable state, default loaded record if you know the recordId, flexible search using multiple fields and flexible field selection for search results, show recent records, create and relate, etc... The closest to the native component and functionality I was able to get.

Code is available on github (https://github.com/Chaos-Tech-Corp/Input-Field-Lookup).
Venky KambhamVenky Kambham
Here is the reusable lightning lookup component built in lwc.
LWC-Reusable lookup (https://vkambham.blogspot.com/2020/04/lwc-lookup.html)