Hello everyone!
I’m trying to capture a return keyPress event on a template action helper.
Basically this is a login form, so I want users to be able to type the password and just hit RETURN.
Looks like this is not working:
<button {{action "select" post on="keyPress"}}>✓</button>
I got this from this place: Actions - Templates - Ember Guides
Is this possible?
Thanks!