force-app/main/default/lwc/lexReturnGoodCusInput/lexReturnGoodCusInput.js @@ -18,6 +18,7 @@ } changeInputValue(event){ this.inputValue = event.detail.value; this.dispatchEvent(new CustomEvent('changereturncount', { composed: true, bubbles: true,