We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
@svox1 It works fine to me.
Sorry, something went wrong.
Hm strange. It didnt work for me...
This works for me: svox1@b420aad
And another hack for faster input and textareas: svox1@85c09a4
No branches or pull requests
Thanks for sharing your ember-fastclick with us! Great script.
I have found a Bug with submitting a form in HandlebarsJS:
This didnt work anymore ive I used your Script.
In Line 129 i add some Debug Code:
If I click the Button, it prints:
Eventnames are different.
Is it possible to extend your script that submitting forms also works?
The text was updated successfully, but these errors were encountered: