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

📝. A lightweight library for managing forms in Svelte

Results 63 svelte-forms-lib issues
Sort by recently updated
recently updated
newest added

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

### Summary As of `v2.0.1`, `svelte-forms-lib` is [built with svelte 3.40](https://github.com/tjinauyeung/svelte-forms-lib/blob/7df1b1df4f02c5ff512e2542c879056ac2d8138d/package.json#L77), which is affected by the bug reported in https://github.com/sveltejs/svelte/issues/6584. I am experiencing the error described therein when using [helper...

bug

Good afternoon I guess this is more of a question. How would you correctly access an error message that has been set on the 'top-level' yup object, you set validationSchema...

**Is your feature request related to a problem? Please describe.** Currently, `updateInitialValues` only reassigns whatever you pass it into a new object. All previous values are lost. In my opinion,...

This commit fixes an issue that occurs when using yup validation schema and an `onSubmit` function that rejects. In this case, the rejection is completely ignored, because because `handleSubmit` has...

Hi, I'm curious what is exactly handleChange in example [page](https://svelte-forms-lib-sapper-docs.vercel.app/basic) When we remove on:change={handleChange} still getting changes on submit function.

### Problem to solve I'm starting out with Svelte/SvelteKit. Trying to understand the best way to handle form submission processing and switching between pages in SvelteKit. Lots of information on...

enhancement

### Summary `svelte-forms-lib` package is vulnerable to Prototype Pollution. The set function fails to validate which Object properties it updates. This allows attackers to modify the prototype of Object, causing...

bug

### Summary When checking the `$errors` store that come with calling the `createForm` method, at first it's a string and then after more error are being added it becomes an...

bug

Right now you can't pass a name to a `Form` component that references a element in an array, like ``` ``` Please support this. ### Problem to solve Allow usage...

enhancement