Posts

Showing posts from April, 2020

Multi Select Look Up Using LWC

Image
This blog will explain how to create Multi Select Look Up Component in LWC. This LWC component will work for below use cases. 1. When you have to build use case where user can select multiple values by searching in input field.(Multi look up). 2. When you have to build a use case where you have to select single value by searching (Single Select Look Up) 3. When you have to use a look up functionality by using extra filter criteria. MultiSelectLookup.html <template> <lightning-card> <div> <div class = "slds-form-element" > <div class = "slds-form-element__control" > <div class = "slds-combobox_container" > <div class = {dynamiClassname} data-id = "resultBox" aria-expanded = "false" aria-haspopup = "listbox" role = "combobox" > <