123
chenjingwu
2024-04-25 b49b614b258f7e518742eeb7b2f58e6d7db5e7f9
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) {