Tag Archives: Picklist

How to Create Multi-Select Pick-list Field Using Lightning Web Component

This blog will help you learn about creating Multi-Select pick-list field using Lightning Web Component thus allowing users to select multiple pick-list values in any standard Salesforce object field. To implement Multi-Select pick-list we need a very basic UI with two standard lightning web component: To start with, we will use lightning-combo box to show… Read More »

Remove None option from a Picklist in Salesforce

The standard salesforce picklist field displays a None option at the top of the picklist options by default. We didn’t want to display this option on our picklist field. There is no direct way of removing the None option from the picklists. In order to do this, we had to make two changes. The first… Read More »