Skip to content

Submit <form> didnt work #6

Description

@svox1

Thanks for sharing your ember-fastclick with us! Great script.

I have found a Bug with submitting a form in HandlebarsJS:

<form {{action "login" on="submit"}}>
....
 <button type="submit">
  Login
 </button>

This didnt work anymore ive I used your Script.

In Line 129 i add some Debug Code:

console.log("EventName: " + action.eventName + " # " + eventName);

If I click the Button, it prints:

EventName: submit # click  

Eventnames are different.

Is it possible to extend your script that submitting forms also works?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions