-
To replicate, paste this schema:
https://gist.github.com/guitavano/13e1915976b7d746eeb64270db554aaa
On playground:
https://rjsf-team.github.io/react-jsonschema-form/
-
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 and the expected behavior
I am biting my teeth out with this.
Looking for a way to add validation errors manually like `fields.email.errors.push("Invalid email")`
Also trie…
-
### What version of React Router are you using?
6.26.1
### Steps to Reproduce
This is a common usage:
Giving a Prisma schema:
```prisma
// schema.prisma
model User {
// ...
active bool…
-
When [creating a new repository](https://source.coop/tyler/new-repository), the Repository ID field may return the error message "Invalid repository ID format" without any information on why the ID is…
-
### Summary
Add form validation for every form
### Description
After #51 is merged add, form validation for every form using react-hook-form, yup. Add proper schema and add all generic validations.…
-
## Task: Implement Contact Form Logic
### Description
We need to update the existing contact form to improve its functionality and move away from deprecated dependencies. The form is currently…
-
Hello,
I am working on the migration of AutoForm and I have this issue.
I used in my forms the attribute name `onParsedValuesChange` but it seems this attribute has disapeared.
Could you plea…
-
https://github.com/networknt/react-schema-form
though its running an old version of material ui - so we will need to wait until its been updated. or update it ourselves.
-
### Describe the bug
Object inside array with readOnly true is not showing as disabled with material cells.
### Expected behavior
Objects defined inside of an array in JsonSchema with a prope…