Skip to content
New issue

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

set errors when using helpers #187

Open
till opened this issue Mar 10, 2023 · 1 comment
Open

set errors when using helpers #187

till opened this issue Mar 10, 2023 · 1 comment

Comments

@till
Copy link

till commented Mar 10, 2023

I am building a form similar to this (using the helper components):
https://svelte-forms-lib-sapper-docs.vercel.app/helpers

My validation works pre submit, however, when I make my request to save my data and encounter an error, I am not sure how to write to the $errors store. Or how to even subscribe to it when I don't use createForm(). Would anyone have an example of how that is done?

@jgreywolf
Copy link

I am looking for similar information. I want to be able to have my submit button disabled until isvalid is true - but I dont seem to be able to access it unless I use createForm()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants