Skip to content

Instantly share code, notes, and snippets.

@choudharymanish8585
Created May 1, 2019 11:49
Show Gist options
  • Save choudharymanish8585/a5b4db94fd4e85dedf4cc2838e622666 to your computer and use it in GitHub Desktop.
Save choudharymanish8585/a5b4db94fd4e85dedf4cc2838e622666 to your computer and use it in GitHub Desktop.
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes" access="global" >
<aura:attribute name="options" type="List" />
<aura:handler name="init" value="{!this}" action="{!c.doInit}" />
<!--invoking MultiSelect component -->
<c:MultiSelect mslabel="Job Location" msoptions="{!v.options}" />
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment