felte
felte copied to clipboard
An extensible form library for Svelte, Solid and React
### Describe the bug I have a problem when I delete one or more fields of a field array. Sometimes the value of another field is not defined anymore. Context:...
### Describe the bug Validation for field with a name contains dot will fail I notice that `@felte/validator-zod` will parse the name of field automatically, which resulted in unexpected validation...
**Is your feature request related to a problem? Please describe.** The response type of the onSuccess hook is currently unknown and can't be overridden. I get the following error message...
### Describe the bug First of all, thank you for this great library and also sorry for my bad english... Anyway, you can check this, using the REPL https://svelte.dev/repl/65f12cbc18cb46e2bd2a49e325dc1e34?version=3.47.0 and...
### Describe the bug When loading existing values into a form, it requires setInitialValues and then reset to load the values. The problem is, once the loading finishes, the apiKey...
### Describe the bug When I create a form like this: ```ts const { form, data, errors } = createForm({ extend: validator({ schema: formDataSchema }), initialValues: { strings: ['test1'], firstName:...
### Describe the bug When attempting to unit test one of my Solid components that is using Felte, I get a crash on submit: ``` Vitest caught 1 unhandled error...
I was about to create an issue that says the handling of an input of arrays is quite difficult due to the requirement that each field be named as `name.${index}.value`....
I'm running some end to end tests using playwright on my svelte app using felte for my forms. Sometimes my tests run so fast, that they click the form's submit...
**Is your feature request related to a problem? Please describe.** I'd like to be able to access the config type so that I can write a wrapper function, similar to...