lwc-utils icon indicating copy to clipboard operation
lwc-utils copied to clipboard

utils-recipes/ContactDatatableController.js fix

Open manhntbkit opened this issue 1 year ago • 0 comments

On handleAccountSelected: In Aura(AccountSelector) it passes "value" as a string like "0011j000000FLwoEAG" But in lwcAccountSelector it passed "value" as an json object {accountId: 'xx'}. So when you drag them together on the same page. It won't work. This PR will fix it. Allow me to drag "Contacts" Aura into Sample App (LWC).

manhntbkit avatar Jul 05 '22 17:07 manhntbkit