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

I am developing base form components in my project and I want to reuse type to provide form state to component. For example I have a component called "ControlWrapper" which...

enhancement

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

### Summary If you try to update an array, onSubmit function confuses the parameter and replaces all the elements with the newest value. ### Steps to reproduce Initiate a form...

bug