Open leolorenzoluis opened 2 years ago
Did you use e.preventDefault()?
e.preventDefault()
<form @submit={Ev (fun e -> e.preventDefault(); save())}> </form>
Yes
And you are using a <input type="submit"> button?
<input type="submit">
Correct, I also tried what others said e.stopImmediatePropagation();
e.stopImmediatePropagation();
Did you use
e.preventDefault()
?