How can I auto-submit a Conform form when the form becomes valid without requiring a button click? #762
Unanswered
pascal-codetaal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This isn't possible? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm using Conform for form validation in my React app, and it works great for both client-side and server-side validation. However, I would like to enhance the user experience by auto-submitting the form as soon as it becomes valid, without requiring the user to manually click a submit button.
Specifically, I would like to:
Validate the form on every input change.
Auto-submit the form as soon as the Conform validation passes all rules (both native HTML5 + custom validation).
Implement this in Remix .
Beta Was this translation helpful? Give feedback.
All reactions