remix-validated-form
remix-validated-form copied to clipboard
Form component and utils for easy form validation in remix
### 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? -...
### 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` - [ ] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [ ] `zod-form-data` ### What version of these packages are you using? latest...
### 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`:...
### 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":...
### 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? -...