You need to sign in to do that
Don't have an account?
Tiago Armando Coelho
Lightning component for Lookup field
Custom\ Standard Lightning component for Lookup fields?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
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)