Skip to content

Instantly share code, notes, and snippets.

@redgeoff
Last active November 5, 2018 17:20
Show Gist options
  • Save redgeoff/d6547133647b8d2f0c453c83b113921f to your computer and use it in GitHub Desktop.
Save redgeoff/d6547133647b8d2f0c453c83b113921f to your computer and use it in GitHub Desktop.
Autogenerating Forms Old - Load Values
loadValues(form) {
// Load any initial data, e.g. from an API
form.setValues({
id: 'abc123',
firstName: "Bob",
lastName: "Marley",
email: "bob@example.com"
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment