-
Changes to Geoview Schema
----------------------
1) changed boolean description to titles in order to display titles otherwise no description for boolean fields
2) Added titles to oneOf the fi…
-
The visual form builder currently is able to interpret internal refs, but not external refs. Adding external refs would allow developers to create libraries of reusable components corresponding to sta…
-
Using the last version of the lib available on npm, it seems to crash on "nested" schemas.
For example, the "Array/List", "Referencing" or "Recursion" schemas from the Playground don't work, wherea…
-
### Prerequisites
- [X] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs)
### What theme are you using?
other
### What is your question?
I'm working on a cus…
-
I'm using the package like
```js
checkNpmVersions(
{
'react-meteor-method-hooks': '0.0.2-beta.8',
'modern-normalize': '2.x.x',
'react-hook-form': '7.53.0',
'react-paginate':…
-
This is a simple form, with `zod` and `react-hook-form`, using `@hookform/resolvers` for integration.
Reproduction link: https://stackblitz.com/edit/vitejs-vite-c6cz55?file=src%2FApp.tsx
This is a…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-adminui/issues?q=is%3Aissue+).
- [X] I have read the guide for […
-
### Environment information
```plain text
System:
OS: Windows 10 10.0.19045
CPU: (12) x64 AMD Ryzen 5 5500
Memory: 11.39 GB / 31.80 GB
Binaries:
Node: 18.20.4 - ~\AppData\Local\nvs\de…
-
## Current application, Open API, Swagger.
https://refine.dev/
https://axios-http.com/
https://chakra-ui.com/
https://www.openapis.org/
https://swagger.io/tools/swagger-ui/
https://r…
-
I have 2 jsonschema files in which one has a reference to another:
article.json
```json
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "a.json",
"title": "Article",
…