remix-validated-form icon indicating copy to clipboard operation
remix-validated-form copied to clipboard

Form component and utils for easy form validation in remix

Results 43 remix-validated-form issues
Sort by recently updated
recently updated
newest added

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

bug
upstream 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? -...

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

bug

### What is the new or updated feature that you are suggesting? Some forms might have optional fields, but they require you to fill one of them. Eg. ```ts const...

### What is the new or updated feature that you are suggesting? I would like to have an onFormChange handler that is aware of all fields in the form. Currently...

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

bug

### Which packages are impacted? - [X] `remix-validated-form` - [X] `@remix-validated-form/with-zod` - [X] `@remix-validated-form/with-yup` - [ ] `zod-form-data` ### What version of these packages are you using? "@remix-validated-form/with-zod": "2.0.6", "remix-validated-form":...

bug

### What is the new or updated feature that you are suggesting? In regards to https://github.com/airjp73/remix-validated-form/issues/158, my implemented solution was to produce a 1:1 of the form with the form...

### What is the new or updated feature that you are suggesting? For inputs like a multi-select, I would like to be able to be able to handle the value...

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