Tag Archives: LWC

The @track Decorator Is No Longer Required for Lightning Web Component but with one Exception

We are referring here to Spring ’20 Release Notes available on the Salesforce help section. We have removed the @track decorator from all the variables in our test project, but it was not working for the few variables. After more detail, we found one exception while removing the @track decorator, i.e., when using objects. So,… Read More »

Key Event/Listener in LWC (Lightning Web Component)

Lot of times user needs to enter data quickly.  In this case we would like to share with you how we have built a custom screen to enter Order Lines data quickly. But we had a unique requirement is that wherein when the user enters ENTER keyword, control needs to go to next line on… Read More »

How to add Lightning Web Components as Custom Tabs in Salesforce

As per Winter ’20 release notes, you can now add the Lightning Web Component as Custom Tab in Salesforce. So in this blog, we will understand how to create custom tab of Lightning Web Component. As we all know the <component>.js-meta.xml configuration file defines the metadata values for the component. To define lightning tab, add the lightning__Tab target to… Read More »