Lightning Web Components (LWC) is current Trending technology in Salesforce Lightning Eco System. I have shared many post related to LWC which you can check to quickly get the idea. Today I will share Multi Select Custom Lookup in LWC. Previously I have shared Custom Lookup in Lightning web Component but in that we can…
Tag: Custom Lookup
Custom Lookup in Lightning Web Components
In Salesforce, we use lookup field to connect objects. We can use inputField to show them but sometimes we need our own custom lookup with custom filter. Previously I have created Lookup component in Lightning which you can check here. So today I made that Lightning Web Components (LWC) compatible, and made a Custom Lookup…