Replies: 1 comment 3 replies
-
Dioxus prevents forms from submitting by default (#926) if you have an event listener attached to form. If adding prevent default doesn't fix your issue, could you provide more information about your project: If possible the code, the renderer you are using, and if you are using client side routing |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a dioxus site. I have a login form that collects a username and password and sends a post request.
If the values are wrong the backend obviously returns an error. In this case I show an error to the user asking them to check their details. The problem is that unless the user reloads the page, the submit button does nothing.
Has anyone come across this problem? Perhaps I'm missing something.
Beta Was this translation helpful? Give feedback.
All reactions