felte
felte copied to clipboard
An extensible form library for Svelte, Solid and React
### Describe the bug Not sure if this is a bug or me not doing this correctly, but I get a type error when trying to validate my form with...
### Describe the bug On docs: https://felte.dev/docs/svelte/validators#using-yup section Warnings code has typo I think. `validator({ schema }),` should be `validator({ validateSchema }),` ```js import { validator } from '@felte/validator-yup'; import...
### Describe the bug I am trying to convert the raw numerical value to a largely multiplied version of itself stored in a BN.js object (big number that would overflow...
This is a question more than a bug or feature request. Wasn't sure where else to ask. I'm trying out SolidJS by re-implementing a front end for a side project...
### Describe the bug The `isValid` attribute is not updating, even though the form is not valid. ### Which package/s are you using? felte (Svelte) ### Environment - OS: Windows...
### Describe the bug Hey! I have a form in a dynamic component which is shown and hidden based on the current view. When I change the view, the view...
I noticed the touched store gets reset to and empty object whenever you submit. Is there a way to prevent this? Especially I would like to maintain the old touched...
### Describe the bug When overriding the onSubmit event handler, it seems that the values passed through are the raw values and aren't the values returned by the validator. In...
Hi all, is there an option to remove focus on error input? use case: 1) user does not fill the input 2) user try to submit form 3) error appears...