Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save choudharymanish8585/727537b624a03eda76e46c40663a24ac to your computer and use it in GitHub Desktop.
Save choudharymanish8585/727537b624a03eda76e46c40663a24ac to your computer and use it in GitHub Desktop.
({
doInit : function(component, event, helper) {
const options=[{'Id':1,'Name':'Jaipur'},
{'Id':2,'Name':'Pune'},
{'Id':3,'Name':'Hyderabad'},
{'Id':4,'Name':'Banglore'},
{'Id':5,'Name':'Gurgaon'},
{'Id':6,'Name':'Mumbai'},
{'Id':7,'Name':'Chennai'},
{'Id':8,'Name':'Noida'},
{'Id':9,'Name':'Delhi'},];
component.set("v.options", options);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment