Hi
I am looking for a way to prevent a <input type="submit" value="Login"/> from submitting.
I know I can use <a>Login</a> or change the type of the input but I would prefer to use input
with the type specified.
In jquery I have used event.preventDefault and I noticed from ClojureScript up and Running that
domina has this function (domina.events/prevent-default event) so I am hoping enfocus also has
it and I just have not been looking properly.
faithfully
Mandla