react-jsonschema-form-conditionals
react-jsonschema-form-conditionals copied to clipboard
react-jsonschema-form-conditionals
So I have some rules that modify the formData of the JsonForm, e.g if I have the rule to copy the value from one property to another property in the...
`react-jsonschema-form` was renamed to `@rjsf/core` in `v2` thus imports are failing. ```sh ./node_modules/react-jsonschema-form-conditionals/lib/rulesRunner.js Module not found: Can't resolve 'react-jsonschema-form/lib/utils' in '/foo/bar/node_modules/react-jsonschema-form-conditionals/lib' ```
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.1 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Hello I don't know if this is a bug or if I am doing something wrong but I can't use a custom widget when using this library. I keep getting...
I'm trying to make a PR to add support for the `formContext` in the rule conditions. Here is the new test I've added to your codebase. It's proving to be...
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits - [`fee31c5`](https://github.com/mhart/StringStream/commit/fee31c5c4a5efc7c7cc2fde4aee633dedefd6d67) 0.0.6 - [`2f4a9d4`](https://github.com/mhart/StringStream/commit/2f4a9d496f94b0880e01a26857aa266a5a3ef274) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln - [`afbc744`](https://github.com/mhart/StringStream/commit/afbc7442220358419e330618e47f3a65fc265b1b) Ensure data is not a number in Buffer constructor -...
Hello, i'm wondering what rule could do the following, or even is it possible. Given a schema describing an array with any number of items (user can add items on-the-fly...
Issue: Using `react-jsonschema-form-conditionals` alone with `json-rules-engine` fails to resolve dependency of `json-rules-engine-simplified`. Expected behavior: `react-jsonschema-form-conditionals` and usage of `json-rules-engine` should not produce dependency issue. Cause: `utils.js` depends on `json-rules-engine-simplified/lib/utils` Suggestion:...
After the form did unmount it is possible to run into the following warning: Warning: Can't perform a React state update on an unmounted component. This is a no-op, but...