Guest User

Untitled

a guest
Jul 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <aura:component >
  2. <aura:attribute name="options" type="list" default="[{'label':'Amit',value:'amit'},{'label':'Bagesh','value':'bagesh'},{'label':'Harman','value':'harman'}]"/>
  3. <lightning:comboBox name="Name" label="choose Name" value="amit" placeholder="Select an Option" options="{! v.options }" onchange="{! c.handleChange }"/>
  4. </aura:component>
Add Comment
Please, Sign In to add comment