react-jsonschema-form-conditionals
react-jsonschema-form-conditionals copied to clipboard
react-jsonschema-form-conditionals
I need the fix from #62 but it's not released.
We have lots of required conditionally displayed questions and the Form's onChange is firing too early, sending us the set of errors before the revalidation of the new schema has...
Fix #65
https://github.com/RxNT/react-jsonschema-form-conditionals/blob/c834a961d45a09ccbe23bfc30d87fee2a2c22aa9/src/applyRules.js#L80 This should be `nextProps.formData !== undefined`. Right now it just checks if it is falsey, but `0` is a valid form value.
The documentation states that the library leverages the predicate library and i would like to use http://landau.github.io/predicate/#includes to test whether a value exists in the supplied list. But I get...
Hello, I'm very excited to use this library - it's really going to help me get a handle on form state. I did notice that when I pass in a...
Hi, Thanks for this awesome tool. I think it's very useful and you can merge it as PR to main component and as a core feature. Think about it. :wink:
Is it possible to use this lib as a script, i.e. by adding a `` tag to the page? If so, could you add instructions to the docs? This would...
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...