Skip to content

Instantly share code, notes, and snippets.

@chrishutchinson
Created November 23, 2017 17:51
Show Gist options
  • Save chrishutchinson/001241b2dc830e146e14a1cd9214a5b4 to your computer and use it in GitHub Desktop.
Save chrishutchinson/001241b2dc830e146e14a1cd9214a5b4 to your computer and use it in GitHub Desktop.
// Polymer template code
<form on-submit="handleFormSubmit"></form>
// Polymer JavaScript code
handleFormSubmit: function(event) {
// Your form submission behaviour would go here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment