svelte-forms icon indicating copy to clipboard operation
svelte-forms copied to clipboard

Svelte forms validation made easy

Results 45 svelte-forms issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

**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...

enhancement

**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...

bug

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...

bug

**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`)...

enhancement

**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,...

enhancement

How does validation work with checkbox inputs?

bug
documentation