(no title)
headlessvictim2 | 4 years ago
Are you saying block form submission unless the cursor is over the event target?
If so:
* How to handle legitimate requests from mobile users?
* How to handle form submissions with the "return" key?
headlessvictim2 | 4 years ago
Are you saying block form submission unless the cursor is over the event target?
If so:
* How to handle legitimate requests from mobile users?
* How to handle form submissions with the "return" key?
austincheney|4 years ago
Return key on a control in a form will fire a submit event. Check for cursor position in your submit handler.