-
To replicate, paste this schema:
https://gist.github.com/guitavano/13e1915976b7d746eeb64270db554aaa
On playground:
https://rjsf-team.github.io/react-jsonschema-form/
-
JSON Schema is a specification for defining the structure of JSON data. We use JSON Schema because it is a useful tool for describing the required content for the Data Passport (and other elements of …
-
The library makes the react-hook-form with next-safe-actions usage a lot simpler. Thanks a ton for this.
However, I'm not able to use file input with the setup provided in the examples.
I'm using r…
-
### Describe the bug
I have a sheet with a form, and another sheet with its own form. Submitting the form on the second sheet triggers the form on the first sheet.
Create product
```ts
"use …
-
Hello! I have a remix-forms `Form` setup like so
```
```
It works great except for the fact that the hidden `conditionEventType` field is not being sent to the action -- only the inputs that …
-
**Describe the bug**
Component is rendering twice when using useLingui from @lingui/react/macro and when I use the component only and remove the hook it will log app language only once when I press …
-
i use remix-hook-fom in my project. I struggled trying to use it with [React Select](https://react-select.com/). here is my controlled React Select code:
``` jsx
import { useId } from 'react'
impor…
semet updated
2 weeks ago
-
### Describe the bug
Validation mode `'ValidateAndHide'` does not hide error messages in array object cells (rendered by the React MaterialTableControl)
### Expected behavior
The error should be …
-
The login page should be redone to use react-hook-form instead of manually managing state and errors. This will make the code more maintainable and the form will be more accessible.
Use zod to defi…
-
Got:
```
Type 'Control' is not assignable to type 'Control'.
Types of property '_updateFieldArray' are incompatible.
Type 'import("/xxx/node_modules/react-hook-form/dist/types/form").BatchF…