Skip to content

Instantly share code, notes, and snippets.

@Naveendhanaraj
Last active June 18, 2018 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Naveendhanaraj/ed0beaddf4650ba372cc0441ca16e411 to your computer and use it in GitHub Desktop.
Save Naveendhanaraj/ed0beaddf4650ba372cc0441ca16e411 to your computer and use it in GitHub Desktop.
<aura:component controller="PickListController" access="global" >
<aura:attribute name="sObjectName" type="String" />
<aura:attribute name="fieldName" type="String" />
<aura:attribute name="picklistValues" type="Object" />
<aura:handler name="init" value="{!this}" action="{!c.doInit}" />
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment