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

This is usefull when we are expecting the formState as a prop from other component #181

### Problem to solve sometimes for custom inputs the `` helper component is not enough and to decrease the boilerplate we could use `useField()` function on the custom component to...

enhancement

Is there a way that I can modify the value of the initialValues when using the helper components? I want to change 3 inputs when one input changes because I...

enhancement

### Problem to solve As a developer, I want to be able to choose my validation library, so that I can have choices. Personally, I prefer using Zod over Yup...

enhancement

I have a use case where I need to allow a user to enter box dimension info for one or more boxes. The form initially begins with fields for a...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. Changelog Sourced from minimist's changelog. v1.2.7 - 2022-10-10 Commits [meta] add auto-changelog 0ebf4eb [actions] add reusable workflows e115b63 [eslint] add eslint; rules to enable...

dependencies

### Summary Using `yup.array()` for simple arrays `[1, '']` or `['a', '']` is not returning the error messages. The `$state.isValid` is working as expected, which is one of my workarounds,...

bug

It seems like the the documentation in the readme points to version 1.10, though by default when you install you already install v2. ### Problem to solve I could not...

documentation
enhancement

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

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies