|
|
|
|
|
by headlessvictim2
1601 days ago
|
|
This is interesting. Thanks for sharing. 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? |
|
Return key on a control in a form will fire a submit event. Check for cursor position in your submit handler.