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

Reusable LWCs to 10x your solution building speed. Design interactive, data-dense UIs with LWC + Screen Flows.

Results 43 lwc-utils issues
Sort by recently updated
recently updated
newest added

I'd like to use CollectionDatatable to display custom metadata records. I use CMDT to store field mappings for some apex code that syncs fields between two objects, and it would...

enhancement
help wanted
salesforce dependency

Here is my fix for #99 I tested all recipes in a scratch org with this change and they seem to be working correctly. Keep me posted re: next steps...

Is there a reason behind the components in this repo not targeting community pages? Wondering if there are any known limitations, etc.

enhancement

Using the soqlDatatable to mass edit a set of child records with a common parent can cause an UNABLE_TO_LOCK_ROW error especially when there is any automation triggered by the update...

Using the search function in either `soqlDatatable` or `collectionDatatable` will yield incorrect results if special characters are in the search string. For example: `ABC-123` `hello_world` This issue is logged to...

bug

In Collection Datatable, the record Name field should be a clickable link. Lookup fields to other records are clickable but the Name field is not. Repro: - Open a sandbox...

It appears that if you edit fields on a record and then click the Refresh button on a soqldatatable, it continues to use the previous values from the current record...

I'm having trouble with a query that filters on multiple lookup fields from $CurrentRecord. I'm trying this: `SELECT fields FROM object WHERE Id IN ($CurrentRecord.Lookup_1__c,$CurrentRecord.Lookup_2__c,$CurrentRecord.Lookup_3__c)` Use case is a record...

enhancement
help wanted

On the Collection Datatable tab, the flow called `SOQL Datatable - Show Selection in Collection Datatable` throws an error. After selecting contacts and clicking next, it displays an unhandled fault...

chore

Wherever I put the SOQL Datatable it always renders a horizontal scrollbar letting me scroll literally 1px. This is from a record page in my developer edition org: ![image](https://user-images.githubusercontent.com/52052377/114192776-29a35180-994e-11eb-930a-32b7f0ed4315.png) The...

bug
salesforce dependency