I have a weird error in forms. When I have a text form field, set the focus in it (click) and then press enter it tries to submit the form and reload the page and
url is changed from
Copy code
<http://localhost:3000/#/myroute>
to
Copy code
<http://localhost:3000/?#/myroute>
Have you seen it?
r
Robert Jaros
02/16/2022, 8:10 AM
I'm on holiday so I can't check
But do you have any submit inputs in this form?