Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinchit/b97b93ca05410581e0a1cee9a910ad4b to your computer and use it in GitHub Desktop.
Save shinchit/b97b93ca05410581e0a1cee9a910ad4b to your computer and use it in GitHub Desktop.
clickSaveButton : function(component, event, helper) {
let ContactItemsComponent = component.find("ContactItemsComponent");
let contacts = [].concat(ContactItemsComponent)[0].get("v.contacts")
// It returns modified contacts data.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment