Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
259 views

I have a field called Role under fields in "Account Contact Relationship". I wanted to integrate this field in contacts Object fieldset. Since am new to salesforce, I don't have any idea how to do ...
RKCY's user avatar
  • 4,123
0 votes
1 answer
444 views

I've been training Lightning Components by myself and I'm creating a modal that shows the user a video. The user has the option to tick a checkbox which prevents the modal to show up again. My ...
Guilherme Brito's user avatar
1 vote
1 answer
9k views

I'm writing a lightning web component in which I have to assign a <datalist> element to one of my <input> elements' list property, in order to bind them. For some reason, this JS line: ...
Koby Douek's user avatar
  • 16.7k
0 votes
1 answer
7k views

I am getting this error when running a Salesforce scratch org application; aura_proddebug.js:274 Uncaught (in promise) TypeError: Cannot read property 'Symbol(ViewModel)' of undefined at ...
John Mutuma's user avatar
  • 3,670
3 votes
1 answer
1k views

The LWC synthetic shadow dom doesn't seem to handle slots like the native shadow dom implementation e.g. Let's say you start with a element: <hello-there><h1>Hi there</h1></...
DavidLBatey's user avatar
1 vote
1 answer
9k views

Can someone help with sample of embedding the lightning-icon inside a lightning-input in LWC <lightning-input type="search" name="To Address" label="To" class="slds-...
user2463287's user avatar
1 vote
0 answers
685 views

Is it possible to create closable lightning:tab? Following is the code snippet for lightning:tab but there is no out of box event/method to handle tab close operation. <aura:component> &...
Bharat Chand's user avatar
1 vote
2 answers
1k views

I'm trying to learn the basics of Lightning Web Components and I'm having trouble getting the value of a lighting-input element. I understand that it's designed for one way data binding instead of ...
Matt Gween's user avatar
1 vote
1 answer
3k views

I am trying to test my first lightning web component using visual studio code as my IDE. As instructed I installed Node.js, npm and jest dependency. But I am getting this error Error Image when ...
Rupal Desai's user avatar
2 votes
0 answers
333 views

I just wanted to give it a try, but before that, I thought of checking in stack overflow. Can we use the LWC (Lighting Web Component) component inside React JS?
Sarath's user avatar
  • 376
0 votes
0 answers
1k views

I am trying to test LWC components.js using jest. There is a setter method(Step) inside of the LWC components js file, but I am unable to test the setter method. I tried the solution using mock that ...
Shailendra Modi's user avatar
0 votes
1 answer
2k views

I am facing some issues with a lightning carousel that I am building in lwc like it is showing only 5 to 6 images inside the carousel and remaining are not showing up. If there is any limitation for ...
SF_32's user avatar
  • 1
4 votes
2 answers
1k views

While testing LWC in VSCode using jest script, unable to render custom LWC component, it throws an error- Unknown public property "smalldevicesize" of element . This is likely a typo on the ...
Shailendra Modi's user avatar
1 vote
4 answers
10k views

I have two lightning web components and I have to navigate from one LWC to another LWC on button click.  I tried navigation service to apply the NavigationMixin function in the component’s base class ...
Lavi__c's user avatar
  • 57
2 votes
3 answers
8k views

I'm new to LWC in salesforce and want to hide/show the button based status. I write below code but it is hiding for all statuses. Can you please help me if am wrong. <template for:each={...
RKCY's user avatar
  • 4,123
5 votes
5 answers
20k views

Does anyone know how to pass checked value to checkbox in Lightning Web Component? My code looks like: import { LightningElement, track } from 'lwc'; export default class MyComponent extends ...
lizalav's user avatar
  • 51

1
6 7 8 9
10