Tag Archives: Key Code

Mastering Mobile Navigation: Salesforce’s NavigationMixin Unleashed

Salesforce’s NavigationMixin – In the rapidly evolving realm of mobile app development, user experience holds paramount importance. Every tap, swipe, and interaction plays a significant role in sculpting an intuitive and fluid journey for users. Salesforce, with its comprehensive ecosystem and cutting-edge tools, remains at the forefront of empowering developers to craft outstanding mobile experiences.… Read More »

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 »