-
### Prerequisites
- [X] I have searched the existing issues
- [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [X] I have read the…
zzph updated
4 months ago
-
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…
-
There is another similar repo [antd-jsonschema-form](https://github.com/eddyzhang1986/antd-jsonschema-form) which follows [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-f…
-
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':…
-
### How frequently does the bug occur?
Always
### Description
The underlying schema I'm referencing in `useObject` and the primary key are not changing at all which I've verified but the hook…
-
The 3scale UI uses `react-jsonschema-form` to build forms from the policy config schemas.
We need to add some kind of validation to make sure that apicast policy config schemas can be correctly ren…
-
- vue.js, esempio: https://gitlab.com/formschema/native
- react, esempio: https://github.com/mozilla-services/react-jsonschema-form
- angular, esempio: https://github.com/json-schema-form/angula…
-
I have a validation error disabled submit button - when inside a ``, it will be disabled (upon the first error #98).
When using a ``, necessary due to the structure of the UI components, it doesn't…
-
jsonschema defines `$defs` as a place to store reusable definitions, it's not clear how the uiSchema for a possibly recursive structure should be specified when each property for an object is specifie…
-
## What is Yup and its applications
- [Yup](https://github.com/jquense/yup) is a versatile schema builder designed for runtime value parsing and validation. Its killer features include:
- compos…