rvf icon indicating copy to clipboard operation
rvf copied to clipboard

Easy form validation and state management for React and Remix

Results 62 rvf issues
Sort by recently updated
recently updated
newest added

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

help wanted

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

bug

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

documentation
good first issue

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

bug

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

bug

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

bug

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

bug

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