How to build custom lookup in lightning
Want to build Custom Lookup in the Lightning? Don’t worry, it’s quick and easy!! For this module, let’s divide it into three components: customLookup_Parent.cmp cutomLookupResult_Child1.cmp cutomLookupResult_Child2.cmp The parent component holds the search bar, modal popup or drop down list for showing results. (Refer Screenshot 1). Screenshot 1. Parent component showing search bar Child components will …