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
Vaibhab ShahVaibhab Shah 

Dynamically retrieve picklist values from a field

Hi,

How to retrieve picklist values of a field dynamically and display it in Lightning Aura Component   ?

Rgds,
Vai.
VinayVinay (Salesforce Developers) 
Hi,

Check below examples that can help you.

https://www.biswajeetsamal.com/blog/get-picklist-values-dynamically-in-lightning-component/
https://sfdcmonkey.com/2016/12/05/how-to-fetch-picklist-value-from-sobject-and-set-in-uiinputselect/
http://www.sfdcpanda.com/using-dynamic-apex-to-retrieve-picklist-values/

Hope above information was helpful.

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

Thanks,
Vinay Kumar