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
Newbie2SFDCNewbie2SFDC 

I want to render a picklist value with the help of a custom setting in Lightning Components. Is it possible via rendering the piclist values in a drop dwon using Aura component ? Pls help!!

AdamDawAdamDaw
You are able to create picklists for lightning components. A comma separated string in datasource will render a picklist with type="String" or multi-select with type="String[]"
Newbie2SFDCNewbie2SFDC
Apologies if I'm asking too much, but is there a working code snippet, on the same lines ?