Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes paper-form an actual html form #649

Merged
merged 5 commits into from
Feb 21, 2017

Commits on Feb 17, 2017

  1. Configuration menu
    Copy the full SHA
    2db77e4 View commit details
    Browse the repository at this point in the history
  2. Removes the onClick action from the submit button.

    This prevents the form from being submitted twice when a contextual paper-form  submit-button is clicked.
    tyleryasaka committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    bc973c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    144e79b View commit details
    Browse the repository at this point in the history
  4. Updates a paper-form test to not use a button element for testing f…

    …orm submission.
    
    Since paper-form is now an html form, this causes the form to be submitted twice (as html buttons automatically submit forms).
    
    The purpose of this test is to check that the contextual onSubmit action works, so using an `a` tag works just as well.
    tyleryasaka committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    1eb5fab View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Configuration menu
    Copy the full SHA
    84f7da5 View commit details
    Browse the repository at this point in the history