felte icon indicating copy to clipboard operation
felte copied to clipboard

An extensible form library for Svelte, Solid and React

Results 87 felte issues
Sort by recently updated
recently updated
newest added

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

bug

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

bug

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

enhancement

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

bug

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

bug

### Describe the bug When I create a form like this: ```ts const { form, data, errors } = createForm({ extend: validator({ schema: formDataSchema }), initialValues: { strings: ['test1'], firstName:...

bug

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

bug

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

enhancement

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

enhancement