Salesforce has built many read-to-use components in LWC/Aura frameworks like datatable, input etc. But, we don't find some ready-to-use components like lookup, modal which we often use in our custom component development. This post is to cover one of such components and not available as standard lwc component, i.e., lookup . This is a simple and reusable lookup component which can be used on any lightning web/aura components and even on visualforce pages. lookup.html <template…