svelte-forms
svelte-forms copied to clipboard
Svelte forms validation made easy
While building the Client side SPA using Svelte (not SvelteKit), I get following error: > [rollup-plugin-svelte] The following packages did not export their "package.json" file so we could not check...
I have a simple sveltekit with tailwind page and I'm trying to do a simple signUp form with all the form fields required() . The thing is that the valid...
Removed ";" character outside of script tag. No major changes
**Is your feature request related to a problem? Please describe.** Currently, it seems that there is no way to programmatically iterate over validation errors and print a custom error message...
**Is your feature request related to a problem? Please describe.** I have two fields that get validated only `on:blur`. There is a combined field comprised of the other two, that...
**Describe the bug** Some links in the documentation are identical and lead to the wrong section. For example the `functions` under `COMBINED` leads to `functions` under `FORM`. This happens with...
When using an async validator, text inputs can experience stuttering while typing. For example, displaying an error when a username is already taken requires making a request to see whether...
**Is your feature request related to a problem? Please describe.** Currently the [documentation](https://chainlist.github.io/svelte-forms/#min) of `min` and `max` validators does not specify what is the behavior when a non-number value (`NaN`)...
**Is your feature request related to a problem? Please describe.** If, for example, a field representing a checkbox has its value change from `true` to `false`, back to `true` again,...
How does validation work with checkbox inputs?