remix-validated-form
remix-validated-form copied to clipboard
Form component and utils for easy form validation in remix
### What is the new or updated feature that you are suggesting? Based off of #172. When the validity of a field depends on the value of another field, the...
### What is the new or updated feature that you are suggesting? `dirtyFields` and `isDirty` states like react-hook-form ### Why should this feature be included? It would be really useful...
### Which packages are impacted? - [X] `remix-validated-form` - [ ] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [ ] `zod-form-data` ### What version of these packages are you using? -...
### Which packages are impacted? - [X] `remix-validated-form` - [X] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [X] `zod-form-data` ### What version of these packages are you using? "dependencies": { "@remix-run/react":...
### Which packages are impacted? - [X] `remix-validated-form` - [ ] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [ ] `zod-form-data` ### What version of these packages are you using? `remix-validated-form`...
### Which packages are impacted? - [X] `remix-validated-form` - [X] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [ ] `zod-form-data` ### What version of these packages are you using? - "@remix-validated-form/with-zod":...
### Which packages are impacted? - [ ] `remix-validated-form` - [ ] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [X] `zod-form-data` ### What version of these packages are you using? "zod":...
### Which packages are impacted? - [X] `remix-validated-form` - [ ] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [ ] `zod-form-data` ### What version of these packages are you using? -...
### What is the new or updated feature that you are suggesting? I want to set an error on the client side without needing Zod for that. Something like a...
### What is the new or updated feature that you are suggesting? I would like to have a `setFieldValue(fieldName:string)` in the `useFormContext` hook. Right now, I only have `useControlField` to...