Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <aura:component >
  2. <div class="row">
  3. <p class="title" >Multiple Selection:</p> <br></br>
  4. <ui:inputSelect class="single" multiple="true" aura:id="InputSelect"
  5. change="{!c.onSelectChange}">
  6. <ui:inputSelectOption text="Any"/>
  7. <ui:inputSelectOption text="Open" value="true"/>
  8. <ui:inputSelectOption text="Closed"/>
  9. <ui:inputSelectOption text="Closed Won"/>
  10. <ui:inputSelectOption text="Prospecting"/>
  11. <ui:inputSelectOption text="Qualification"/>
  12. <ui:inputSelectOption text="Needs Analysis"/>
  13. <ui:inputSelectOption text="Closed Lost"/>
  14. </ui:inputSelect>
  15. </div>
  16. </aura:component>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement