You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring inputs on a webpage, I can associate them with a form (which has a primary submit button). Then, when I click "enter" while any of those inputs are focused, then the submit button will automatically be triggered.
In my case, I've a couple inputs and a submit button:
I'd love to make it so hitting "enter" while the Entry is focused will cause the submit action 😄