We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console.log(loginForm.response.value); It has always been an empty object. On the login page, I didn't fill anything in and directly clicked the submit button. The page shows error messages, but the response is still an empty object. https://stackblitz.com/edit/modular-forms-react-vsyqpp?file=src%2Froutes%2Flogin.tsx
The text was updated successfully, but these errors were encountered:
The response property can be use to show an error, info or success message to the user. It is not perfectly documented but here is some info: https://modularforms.dev/qwik/guides/throw-form-errors
Sorry, something went wrong.
You can manually set the Response data. https://modularforms.dev/react/api/setResponse
fabian-hiller
No branches or pull requests
console.log(loginForm.response.value); It has always been an empty object.
On the login page, I didn't fill anything in and directly clicked the submit button.
The page shows error messages, but the response is still an empty object.
https://stackblitz.com/edit/modular-forms-react-vsyqpp?file=src%2Froutes%2Flogin.tsx
The text was updated successfully, but these errors were encountered: