Created
May 1, 2019 11:49
-
-
Save choudharymanish8585/a5b4db94fd4e85dedf4cc2838e622666 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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