function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AD1418AD1418 

How to get multi-select picklist values dynamically in lwc?

Hi Folks,

Has anyone implemented any scenario to fetch multi select picklist values in lwc dynamically ?

Thanks
 
VinayVinay (Salesforce Developers) 
Hi,

I don't think this is possible in lwc.  You can try using the lightning component and use it in lwc.

Below are a few example references:

https://www.biswajeetsamal.com/blog/multi-select-picklist-in-lightning-component/
https://www.salesforcecodecrack.com/2019/03/how-to-fetch-picklist-values-in.html
https://medium.com/@aneudupi/custom-picklist-component-using-lwc-e6014a0de9c5

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar