felte
felte copied to clipboard
An extensible form library for Svelte, Solid and React
Hi, Zod's `parse` function accepts some parameters, including an `errorMap` that is very useful to translate the error messages (see [this page](https://zod.dev/ERROR_HANDLING?id=contextual-error-map)). I think it would make sense to allow...
**Is your feature request related to a problem? Please describe.** I have a feature during my work: set a field's value to undefined like a custom data picker, users can...
### Describe the bug I started receiving this error upon using `ValidationMessage` ``` Argument of type 'typeof ValidationMessage' is not assignable to parameter of type 'ConstructorOfATypedSvelteComponent'. Type 'typeof ValidationMessage' provides...
zod ver 4 and mini for browser is out, is there any plans to support in @felte/validator-zod?
### Describe the bug Thanks for the handy library, I decided to introduce it into the project, however, I ran into the error that `errors` store [doesn't reflects errors returned...
Tho svelte 5 is backwards compatible, it would be nice if we can have a runes version of this library. I'm a huge fan. Thank you for all the effort...
**Is your feature request related to a problem? Please describe.** Our UX standards are specified that a user tabbing through fields should not immediately see error messages for those fields...