123
chenjingwu
2024-04-26 f21f65b61a35cd45d4885f66c76678c3b9a6d8b3
force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js
@@ -78,6 +78,9 @@
        });
        this.dispatchEvent(customEvent);
    }
    dontClose(event){
        event.preventDefault();
    }
    //Method to pass selected record to parent component.
    setSelectedValue(event) {