Skip to content

Instantly share code, notes, and snippets.

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 shinchit/92aa0a6a128df173e2ef79de6dd03382 to your computer and use it in GitHub Desktop.
Save shinchit/92aa0a6a128df173e2ef79de6dd03382 to your computer and use it in GitHub Desktop.
Usage of InterlockSelector lightning application
<aura:application extends="force:slds">
<aura:attribute name="objectName" type="String"/>
<aura:attribute name="fieldName" type="String"/>
<c:InterlockSelector objectName="{!v.objectName}" fieldName="{!v.fieldName}" required="true"/>
</aura:application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment