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

When a soqldatatable does not query for the Name field, if the `delete_row` action is used, the confirmation dialog asks `Are you sure you want to delete "undefined"?` This error...

I'm trying to replicate the Email ListView (don't ask me why) and it has a clickable subject, which takes me to the emailmessage object.. Is there a way of configuring...

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...

SOQLDatatable Flow Actions which open screens will automatically display the flow label as the title/header in the modal. This differs from Quick Action flows which use each Screen's label as...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

salesforce dependency

Hi! I have a soql datatable (embedded in flexipage) that passes selected records to a flow action. The flow loops through the selectedRecords, modifies a field on each, adds it...

Hi! I was wondering if EventPublisher can fire actions other than the 2 listed in the wiki. Specifically, I am looking to refresh the record page that a soqldatatable is...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

salesforce dependency

I'd like to suggest an addition to this wiki page: https://github.com/tsalb/lwc-utils/wiki/soqlDatatable:-Custom-Column-Labels Suggested text: To rename columns for fields from another (parent) object, replace the `.` with a `_`. Example: `Contact__r_Email`...

The soqlDatatable does not seem to support using OR in the WHERE conditions. Is this by design? Error: Invalid SOQL String unexpected token: OR