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.
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
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
https://www.codengine.in/2019/05/how-to-create-custom-lookup-in-lightning-component.html
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).
LWC-Reusable lookup (https://vkambham.blogspot.com/2020/04/lwc-lookup.html)