svelte-form-helper
svelte-form-helper copied to clipboard
Lightweight helpers for form validation with Svelte
Hello again :), Would it be possible to add a method to the form store to set it as dirty (set all its fields as dirty) in order for example...
Hello again :), Would it be possible to add a method to the form store to make all the fields untouched. The use case behind it is to reset the...
Hello, First of all, thanks for this great clear and light library! Everything is working great with `input` tags but there is a type error with `textarea` tags because the...
It should be easy to integrate with [SvelteKit Form Actions](https://kit.svelte.dev/docs/form-actions#anatomy-of-an-action-validation-errors) so a single set of validation errors can be used for both client-side and server-side validation. It should just be...